summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-11-25 15:57:47 (GMT)
committerGuido van Rossum <guido@python.org>1998-11-25 15:57:47 (GMT)
commite720176548b171ff3d14eadec042633aecb7cb1a (patch)
tree2bf8abb5ab90b86dcc280bcca929b83de6d29bb8
parentd8faf85d40a56a12ad110883789c243112105572 (diff)
downloadcpython-e720176548b171ff3d14eadec042633aecb7cb1a.zip
cpython-e720176548b171ff3d14eadec042633aecb7cb1a.tar.gz
cpython-e720176548b171ff3d14eadec042633aecb7cb1a.tar.bz2
Wrong pathname in docstring detected by Fredrik Nehr.
-rw-r--r--Lib/site.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/site.py b/Lib/site.py
index fc92989..81776571 100644
--- a/Lib/site.py
+++ b/Lib/site.py
@@ -26,7 +26,7 @@ sys.path more than once. Blank lines and lines beginning with
\code{#} are skipped.
For example, suppose sys.prefix and sys.exec_prefix are set to
-/usr/local and there is a directory /usr/local/python1.5/site-packages
+/usr/local and there is a directory /usr/local/lib/python1.5/site-packages
with three subdirectories, foo, bar and spam, and two path
configuration files, foo.pth and bar.pth. Assume foo.pth contains the
following: