Commit 613cbf3d authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub

Fix site module documentation. (GH-8441)


The script will exit with the number 0 (zero), instead of the letter O.
(cherry picked from commit 95d34c2a)
Co-authored-by: default avatarMariatta <Mariatta@users.noreply.github.com>
parent f7e60a69
...@@ -206,7 +206,7 @@ If it is called without arguments, it will print the contents of ...@@ -206,7 +206,7 @@ If it is called without arguments, it will print the contents of
If both options are given, user base and user site will be printed (always in If both options are given, user base and user site will be printed (always in
this order), separated by :data:`os.pathsep`. this order), separated by :data:`os.pathsep`.
If any option is given, the script will exit with one of these values: ``O`` if If any option is given, the script will exit with one of these values: ``0`` if
the user site-packages directory is enabled, ``1`` if it was disabled by the the user site-packages directory is enabled, ``1`` if it was disabled by the
user, ``2`` if it is disabled for security reasons or by an administrator, and a user, ``2`` if it is disabled for security reasons or by an administrator, and a
value greater than 2 if there is an error. value greater than 2 if there is an error.
......
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