summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-05-10 17:36:24 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-05-10 17:36:24 (GMT)
commit5217d5d6784759eea18b6d49e2fcaa9503fa6b62 (patch)
tree6c67cc1b8cc9dbe319bb45365585711b5c24f88c /Lib
parent45f585915ec3520748c5c0fd7a8fff4e5bfb9d50 (diff)
downloadcpython-5217d5d6784759eea18b6d49e2fcaa9503fa6b62.zip
cpython-5217d5d6784759eea18b6d49e2fcaa9503fa6b62.tar.gz
cpython-5217d5d6784759eea18b6d49e2fcaa9503fa6b62.tar.bz2
Docstring typo
Diffstat (limited to 'Lib')
-rw-r--r--Lib/site.py2
1 files changed, 1 insertions, 1 deletions
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