From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 24 Jul 2018 16:27:12 +0000 (-0700) Subject: Fix site module documentation. (GH-8441) X-Git-Tag: v2.7.16rc1~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=613cbf3d4dff7bcbd85c991695c8c35e75147aa4;p=thirdparty%2FPython%2Fcpython.git Fix site module documentation. (GH-8441) The script will exit with the number 0 (zero), instead of the letter O. (cherry picked from commit 95d34c2a37f4c5046f6439abef881925d34fe4ac) Co-authored-by: Mariatta --- diff --git a/Doc/library/site.rst b/Doc/library/site.rst index ff7195dc23e1..1c2d63e448c0 100644 --- a/Doc/library/site.rst +++ b/Doc/library/site.rst @@ -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 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 user, ``2`` if it is disabled for security reasons or by an administrator, and a value greater than 2 if there is an error.