From e720176548b171ff3d14eadec042633aecb7cb1a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 25 Nov 1998 15:57:47 +0000 Subject: [PATCH] Wrong pathname in docstring detected by Fredrik Nehr. --- Lib/site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/site.py b/Lib/site.py index fc92989dc28..81776571fc4 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -26,7 +26,7 @@ \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: