From 97138117b2a24c748dd2bd7e92843040700b0fd5 Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Sun, 20 Dec 2009 16:24:46 +0000 Subject: [PATCH] Fix comment typo. --- Lib/runpy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/runpy.py b/Lib/runpy.py index 50d19f5539c..06c5a87b40b 100755 --- a/Lib/runpy.py +++ b/Lib/runpy.py @@ -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__