From: Andrew M. Kuchling Date: Sat, 10 May 2008 17:36:24 +0000 (+0000) Subject: Docstring typo X-Git-Tag: v2.6b1~531 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5217d5d6784759eea18b6d49e2fcaa9503fa6b62;p=python Docstring typo --- diff --git a/Lib/site.py b/Lib/site.py index ccec642bf2..21c7db24db 100644 --- a/Lib/site.py +++ b/Lib/site.py @@ -191,7 +191,7 @@ def addsitedir(sitedir, known_paths=None): 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