summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-01-10 23:41:59 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-01-10 23:41:59 (GMT)
commit4db53b212c7074e6f58f25fc146ff0b771a7a3b1 (patch)
treef6f6854d9924d7ae3279f72caf81b782f1c5c330 /Doc
parent164b0455b671989633050651433d7c419674a182 (diff)
downloadcpython-4db53b212c7074e6f58f25fc146ff0b771a7a3b1.zip
cpython-4db53b212c7074e6f58f25fc146ff0b771a7a3b1.tar.gz
cpython-4db53b212c7074e6f58f25fc146ff0b771a7a3b1.tar.bz2
move seealso to a more appropiate place
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/sys.rst11
1 files changed, 4 insertions, 7 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 1000694..2b1aec7 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -566,6 +566,10 @@ always available.
.. versionchanged:: 2.3
Unicode strings are no longer ignored.
+ .. seealso::
+ Module :mod:`site` This describes how to use .pth files to extend
+ :data:`sys.path`.
+
.. data:: platform
@@ -869,10 +873,3 @@ always available.
first three characters of :const:`version`. It is provided in the :mod:`sys`
module for informational purposes; modifying this value has no effect on the
registry keys used by Python. Availability: Windows.
-
-
-.. seealso::
-
- Module :mod:`site`
- This describes how to use .pth files to extend ``sys.path``.
-