]> granicus.if.org Git - python/commitdiff
Fix comment typo.
authorR. David Murray <rdmurray@bitdance.com>
Sun, 20 Dec 2009 16:24:46 +0000 (16:24 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sun, 20 Dec 2009 16:24:46 +0000 (16:24 +0000)
Lib/runpy.py

index 50d19f5539c89b390222a33e641f4a5043ecb38d..06c5a87b40bce5c79e2c5f4d3d8a99b722f50e7c 100755 (executable)
@@ -138,7 +138,7 @@ def _run_module_as_main(mod_name, alter_argv=True):
 
        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__