commit | 5217d5d6784759eea18b6d49e2fcaa9503fa6b62 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat May 10 17:36:24 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat May 10 17:36:24 2008 +0000 |
tree | 6c67cc1b8cc9dbe319bb45365585711b5c24f88c | |
parent | 45f585915ec3520748c5c0fd7a8fff4e5bfb9d50 [diff] [blame] |
Docstring typo
diff --git a/Lib/site.py b/Lib/site.py index ccec642..21c7db2 100644 --- a/Lib/site.py +++ b/Lib/site.py
@@ -191,7 +191,7 @@ def check_enableusersite(): """Check if user site directory is safe for inclusion - The functions tests for the command line flag (including environment var), + The function tests for the command line flag (including environment var), process uid/gid equal to effective uid/gid. None: Disabled for security reasons