From: Guido van Rossum Date: Wed, 25 Nov 1998 15:57:47 +0000 (+0000) Subject: Wrong pathname in docstring detected by Fredrik Nehr. X-Git-Tag: v1.5.2b1~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e720176548b171ff3d14eadec042633aecb7cb1a;p=python Wrong pathname in docstring detected by Fredrik Nehr. --- diff --git a/Lib/site.py b/Lib/site.py index fc92989dc2..81776571fc 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: