summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-12-20 16:24:46 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-12-20 16:24:46 (GMT)
commit97138117b2a24c748dd2bd7e92843040700b0fd5 (patch)
tree938eb864ebf17bc71e0ead2f92473c5724c55f5d /Lib
parentb5e348b305760b9d0d04669fe66602610b6e00fa (diff)
downloadcpython-97138117b2a24c748dd2bd7e92843040700b0fd5.zip
cpython-97138117b2a24c748dd2bd7e92843040700b0fd5.tar.gz
cpython-97138117b2a24c748dd2bd7e92843040700b0fd5.tar.bz2
Fix comment typo.
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/runpy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/runpy.py b/Lib/runpy.py
index 50d19f5..06c5a87 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__