diff options
author | Georg Brandl <georg@python.org> | 2009-01-02 20:25:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-02 20:25:14 (GMT) |
commit | fc29f27c162a236d2d879ab3fb803110628a0ccf (patch) | |
tree | cc68b3ee5ebf96d0e63161394c80a499f21ecae5 /Doc/using | |
parent | 511048673f8635b12f683eb9fc09f42c8ab871c7 (diff) | |
download | cpython-fc29f27c162a236d2d879ab3fb803110628a0ccf.zip cpython-fc29f27c162a236d2d879ab3fb803110628a0ccf.tar.gz cpython-fc29f27c162a236d2d879ab3fb803110628a0ccf.tar.bz2 |
#4811: fix markup glitches (mostly remains of the conversion),
found by Gabriel Genellina.
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 954df89..b3a44aa 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -404,7 +404,7 @@ These environment variables influence Python's behavior. compiled form). Extension modules cannot be imported from zipfiles. The default search path is installation dependent, but generally begins with - :file:`{prefix}/lib/python{version}`` (see :envvar:`PYTHONHOME` above). It + :file:`{prefix}/lib/python{version}` (see :envvar:`PYTHONHOME` above). It is *always* appended to :envvar:`PYTHONPATH`. An additional directory will be inserted in the search path in front of |