]> granicus.if.org Git - python/commitdiff
Fix site module documentation. (GH-8441)
authorMariatta <Mariatta@users.noreply.github.com>
Tue, 24 Jul 2018 16:14:20 +0000 (09:14 -0700)
committerGitHub <noreply@github.com>
Tue, 24 Jul 2018 16:14:20 +0000 (09:14 -0700)
The script will exit with the number 0 (zero), instead of the letter O.

Doc/library/site.rst

index 0003a7cd8f173162e603f62748a1a440469b3ec7..5b5ed93a1b7b63046980e4e4bf1428ec3d6da13b 100644 (file)
@@ -245,7 +245,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.