From: Daniel Andersson Date: Sat, 14 Dec 2019 10:37:58 +0000 (+0100) Subject: Fix typo in site module (GH-17597) X-Git-Tag: v3.9.0a2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40c01c33466b39f942b7f533c0800f258be1eb18;p=thirdparty%2FPython%2Fcpython.git Fix typo in site module (GH-17597) --- diff --git a/Lib/site.py b/Lib/site.py index a065ab0b5db5..2c717987559e 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -590,7 +590,7 @@ def _script(): Exit codes with --user-base or --user-site: 0 - user site directory is enabled 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 >2 - unknown error """