We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c206f0d commit 95d34c2Copy full SHA for 95d34c2
Doc/library/site.rst
@@ -245,7 +245,7 @@ If it is called without arguments, it will print the contents of
245
If both options are given, user base and user site will be printed (always in
246
this order), separated by :data:`os.pathsep`.
247
248
-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
249
the user site-packages directory is enabled, ``1`` if it was disabled by the
250
user, ``2`` if it is disabled for security reasons or by an administrator, and a
251
value greater than 2 if there is an error.
0 commit comments