mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Fix typo in site module (GH-17597)
This commit is contained in:
parent
5936a4ce91
commit
40c01c3346
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ def _script():
|
||||||
Exit codes with --user-base or --user-site:
|
Exit codes with --user-base or --user-site:
|
||||||
0 - user site directory is enabled
|
0 - user site directory is enabled
|
||||||
1 - user site directory is disabled by user
|
1 - user site directory is disabled by user
|
||||||
2 - uses site directory is disabled by super user
|
2 - user site directory is disabled by super user
|
||||||
or for security reasons
|
or for security reasons
|
||||||
>2 - unknown error
|
>2 - unknown error
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue