From 4db53b212c7074e6f58f25fc146ff0b771a7a3b1 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 10 Jan 2009 23:41:59 +0000 Subject: move seealso to a more appropiate place --- Doc/library/sys.rst | 11 ++++------- 1 file 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``. - -- cgit v0.12