Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40c01c3

Browse files
Penlectpablogsal
authored andcommitted
Fix typo in site module (GH-17597)
1 parent 5936a4c commit 40c01c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def _script():
590590
Exit codes with --user-base or --user-site:
591591
0 - user site directory is enabled
592592
1 - user site directory is disabled by user
593-
2 - uses site directory is disabled by super user
593+
2 - user site directory is disabled by super user
594594
or for security reasons
595595
>2 - unknown error
596596
"""

0 commit comments

Comments
 (0)