Wrong pathname in docstring detected by Fredrik Nehr.

This commit is contained in:
Guido van Rossum 1998-11-25 15:57:47 +00:00
parent d8faf85d40
commit e720176548

View file

@ -26,7 +26,7 @@ sys.path more than once. Blank lines and lines beginning with
\code{#} are skipped. \code{#} are skipped.
For example, suppose sys.prefix and sys.exec_prefix are set to 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 with three subdirectories, foo, bar and spam, and two path
configuration files, foo.pth and bar.pth. Assume foo.pth contains the configuration files, foo.pth and bar.pth. Assume foo.pth contains the
following: following: