]> granicus.if.org Git - python/commitdiff
Docstring typo
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 10 May 2008 17:36:24 +0000 (17:36 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 10 May 2008 17:36:24 +0000 (17:36 +0000)
Lib/site.py

index ccec642bf260612a8909f5094e87127ffd886029..21c7db24dbe25bd305c18d1683caa1eae0c46671 100644 (file)
@@ -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