diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-11-17 07:07:29 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-11-17 07:07:29 (GMT) |
commit | 5cf449cfb286465cb9b5248dded4fcf96da6cba3 (patch) | |
tree | e5fc5ce4419bf3feb6fabfa0e506d4471095162a | |
parent | 8465ae8cea3c9c0d4afed5db9c302c41cc4926e6 (diff) | |
download | cpython-5cf449cfb286465cb9b5248dded4fcf96da6cba3.zip cpython-5cf449cfb286465cb9b5248dded4fcf96da6cba3.tar.gz cpython-5cf449cfb286465cb9b5248dded4fcf96da6cba3.tar.bz2 |
Remove a confusing sentence about pth files and which directories are searched
for them.
Closes issue #1431. Thanks Giambattista Bloisi for the help.
-rw-r--r-- | Doc/install/index.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index c607eb9..aa2d915 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 |