]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
move seealso to a more appropiate place
authorBenjamin Peterson <benjamin@python.org>
Sat, 10 Jan 2009 23:41:59 +0000 (23:41 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 10 Jan 2009 23:41:59 +0000 (23:41 +0000)
Doc/library/sys.rst

index 1000694c7d02444c730ef72bcdf1d972b1e39b09..2b1aec7b3c9447d6c55a972cdd9225835c51f60b 100644 (file)
@@ -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``.
-