[Python-checkins] r76934 - python/trunk/Lib/runpy.py

r.david.murray python-checkins at python.org
Sun Dec 20 17:24:46 CET 2009


Author: r.david.murray
Date: Sun Dec 20 17:24:46 2009
New Revision: 76934

Log:
Fix comment typo.


Modified:
   python/trunk/Lib/runpy.py

Modified: python/trunk/Lib/runpy.py
==============================================================================
--- python/trunk/Lib/runpy.py	(original)
+++ python/trunk/Lib/runpy.py	Sun Dec 20 17:24:46 2009
@@ -138,7 +138,7 @@
 
        Note that the executed module will have full access to the
        __main__ namespace. If this is not desirable, the run_module()
-       function sbould be used to run the module code in a fresh namespace.
+       function should be used to run the module code in a fresh namespace.
 
        At the very least, these variables in __main__ will be overwritten:
            __name__


More information about the Python-checkins mailing list