summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2014-03-12 23:51:00 (GMT)
committerÉric Araujo <merwok@netwok.org>2014-03-12 23:51:00 (GMT)
commitfa5e6e4773ea959a7cc354d54c50df507cf005c3 (patch)
tree31b2a5ad1a614394e303e171233c55d94646317f /Doc/library/sys.rst
parentd0fc83d5ebf860664ab2156549d3eb98a50212cd (diff)
downloadcpython-fa5e6e4773ea959a7cc354d54c50df507cf005c3.zip
cpython-fa5e6e4773ea959a7cc354d54c50df507cf005c3.tar.gz
cpython-fa5e6e4773ea959a7cc354d54c50df507cf005c3.tar.bz2
Fix note markup (#16805).
Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 22be62e..36c608c 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -227,7 +227,9 @@ always available.
installed in :file:`{exec_prefix}/lib/python{X.Y}/lib-dynload`, where *X.Y*
is the version number of Python, for example ``3.2``.
- .. note:: If a :ref:`virtual environment <venv-def>` is in effect, this
+ .. note::
+
+ If a :ref:`virtual environment <venv-def>` is in effect, this
value will be changed in ``site.py`` to point to the virtual environment.
The value for the Python installation will still be available, via
:data:`base_exec_prefix`.