summaryrefslogtreecommitdiffstats
path: root/Lib/test/script_helper.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-04-14 06:30:01 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-04-14 06:30:01 (GMT)
commit4882cacab6bcaf90ac496fc8878987598e7665c1 (patch)
tree6dab1cbde4725b432bb3fd06e329d003c6a83376 /Lib/test/script_helper.py
parent52a3b74900db90dfbc5d6ce5145bce02d172b1b1 (diff)
downloadcpython-4882cacab6bcaf90ac496fc8878987598e7665c1.zip
cpython-4882cacab6bcaf90ac496fc8878987598e7665c1.tar.gz
cpython-4882cacab6bcaf90ac496fc8878987598e7665c1.tar.bz2
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'Lib/test/script_helper.py')
-rw-r--r--Lib/test/script_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/script_helper.py b/Lib/test/script_helper.py
index b31fc40..b29392f 100644
--- a/Lib/test/script_helper.py
+++ b/Lib/test/script_helper.py
@@ -34,7 +34,7 @@ def _interpreter_requires_environment():
doesn't have an obvious home with Python's current home finding logic.
Setting PYTHONHOME is one way to get most of the testsuite to run in that
- situation. PYTHONPATH or PYTHONUSERSITE are other common envirnonment
+ situation. PYTHONPATH or PYTHONUSERSITE are other common environment
variables that might impact whether or not the interpreter can start.
"""
global __cached_interp_requires_environment