mirror of
https://github.com/python/cpython.git
synced 2026-01-08 00:12:42 +00:00
Fix site module docstring to match the code
This commit is contained in:
parent
ee3ea5418e
commit
3fb55ca80e
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
|||
This will append site-specific paths to the module search path. On
|
||||
Unix, it starts with sys.prefix and sys.exec_prefix (if different) and
|
||||
appends lib/python<version>/site-packages as well as lib/site-python.
|
||||
On other platforms (mainly Mac and Windows), it uses just sys.prefix
|
||||
(and sys.exec_prefix, if different, but this is unlikely). The
|
||||
On other platforms (mainly Mac and Windows), it tries each of the
|
||||
prefixes directly, as well as with lib/site-packages appended. The
|
||||
resulting directories, if they exist, are appended to sys.path, and
|
||||
also inspected for path configuration files.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue