summaryrefslogtreecommitdiff
path: root/Doc/install/index.rst
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2007-11-17 07:07:29 +0000
committerBrett Cannon <bcannon@gmail.com>2007-11-17 07:07:29 +0000
commita088b99bda25405d6101ed78d1741f4c4ca9ab6e (patch)
tree4ee8fe8b96d916243a8300883e1a1a11c5a0947f /Doc/install/index.rst
parent4d15701a45b34d0ff28842aab74f7e9e712c8c6f (diff)
downloadcpython-a088b99bda25405d6101ed78d1741f4c4ca9ab6e.tar.gz
Remove a confusing sentence about pth files and which directories are searched
for them. Closes issue #1431. Thanks Giambattista Bloisi for the help.
Diffstat (limited to 'Doc/install/index.rst')
-rw-r--r--Doc/install/index.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
index c607eb93c5..aa2d915981 100644
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -621,8 +621,7 @@ will not override standard modules. This means you can't use this mechanism for
installing fixed versions of standard modules.)
Paths can be absolute or relative, in which case they're relative to the
-directory containing the :file:`.pth` file. Any directories added to the search
-path will be scanned in turn for :file:`.pth` files. See the documentation of
+directory containing the :file:`.pth` file. See the documentation of
the :mod:`site` module for more information.
A slightly less convenient way is to edit the :file:`site.py` file in Python's