From 5217d5d6784759eea18b6d49e2fcaa9503fa6b62 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 10 May 2008 17:36:24 +0000 Subject: Docstring typo --- Lib/site.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 -- cgit v0.12