Skip to content

Commit 6f7fd96

Browse files
Fix site module documentation. (GH-8441)
The script will exit with the number 0 (zero), instead of the letter O. (cherry picked from commit 95d34c2) Co-authored-by: Mariatta <[email protected]>
1 parent 23a3297 commit 6f7fd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/site.rst

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

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

0 commit comments

Comments
 (0)