mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Wrong pathname in docstring detected by Fredrik Nehr.
This commit is contained in:
parent
d8faf85d40
commit
e720176548
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue