summaryrefslogtreecommitdiffstats
path: root/Lib/runpy.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/runpy.py')
-rw-r--r--Lib/runpy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/runpy.py b/Lib/runpy.py
index 46e138e..6e94d6b 100644
--- a/Lib/runpy.py
+++ b/Lib/runpy.py
@@ -125,7 +125,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__