Commit 3fb55ca8 authored by Nick Coghlan's avatar Nick Coghlan

Fix site module docstring to match the code

parent ee3ea541
...@@ -13,8 +13,8 @@ works). ...@@ -13,8 +13,8 @@ works).
This will append site-specific paths to the module search path. On 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 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. appends lib/python<version>/site-packages as well as lib/site-python.
On other platforms (mainly Mac and Windows), it uses just sys.prefix On other platforms (mainly Mac and Windows), it tries each of the
(and sys.exec_prefix, if different, but this is unlikely). The prefixes directly, as well as with lib/site-packages appended. The
resulting directories, if they exist, are appended to sys.path, and resulting directories, if they exist, are appended to sys.path, and
also inspected for path configuration files. also inspected for path configuration files.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment