Skip to content

Commit 613cbf3

Browse files
Fix site module documentation. (pythonGH-8441)
The script will exit with the number 0 (zero), instead of the letter O. (cherry picked from commit 95d34c2) Co-authored-by: Mariatta <Mariatta@users.noreply.github.com>
1 parent f7e60a6 commit 613cbf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/site.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ If it is called without arguments, it will print the contents of
206206
If both options are given, user base and user site will be printed (always in
207207
this order), separated by :data:`os.pathsep`.
208208

209-
If any option is given, the script will exit with one of these values: ``O`` if
209+
If any option is given, the script will exit with one of these values: ``0`` if
210210
the user site-packages directory is enabled, ``1`` if it was disabled by the
211211
user, ``2`` if it is disabled for security reasons or by an administrator, and a
212212
value greater than 2 if there is an error.

0 commit comments

Comments
 (0)