Skip to content

Commit 0c8bb55

Browse files
author
Matthias Koeppe
committed
Fixups
1 parent b46a2d3 commit 0c8bb55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/sagemath-categories/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# After this, to test interactively:
66
#
7-
# pkgs/sagemath-categories/.tox/sagepython-sagewheels-nopypi-norequirements/bin/sage
7+
# pkgs/sagemath-categories/.tox/sagepython-sagewheels-nopypi-norequirements/bin/sage
88
#
99
[tox]
1010
envlist =

src/sage/misc/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def installed_packages(exclude_pip=True):
391391
the Sage distribution (indicated by feature ``sage_spkg``), we should have
392392
the installation record for this package. (We do not test for installation
393393
records of Python packages. Our ``SAGE_VENV`` is not necessarily the
394-
main Sage venv; it could be a user-created venv or a venv created by tox.)
394+
main Sage venv; it could be a user-created venv or a venv created by tox.)::
395395
396396
sage: sorted(installed_packages().keys()) # optional - sage_spkg
397397
[...'conway_polynomials', ...]

0 commit comments

Comments
 (0)