[Python-checkins] r62994 - python/trunk/Lib/site.py

andrew.kuchling python-checkins at python.org
Sat May 10 19:36:24 CEST 2008


Author: andrew.kuchling
Date: Sat May 10 19:36:24 2008
New Revision: 62994

Log:
Docstring typo

Modified:
   python/trunk/Lib/site.py

Modified: python/trunk/Lib/site.py
==============================================================================
--- python/trunk/Lib/site.py	(original)
+++ python/trunk/Lib/site.py	Sat May 10 19:36:24 2008
@@ -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


More information about the Python-checkins mailing list