summaryrefslogtreecommitdiffstats
path: root/Lib/test/script_helper.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-04-14 06:35:51 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-04-14 06:35:51 (GMT)
commitdfa4e045a363fd1dd31c1d57002fc78c10de85a2 (patch)
tree3f044e4d37129fb3dd70d1535cad09c2f78d9563 /Lib/test/script_helper.py
parenta468db9b0bd8d17575923b91db5fbc4a222d4252 (diff)
parent4882cacab6bcaf90ac496fc8878987598e7665c1 (diff)
downloadcpython-dfa4e045a363fd1dd31c1d57002fc78c10de85a2.zip
cpython-dfa4e045a363fd1dd31c1d57002fc78c10de85a2.tar.gz
cpython-dfa4e045a363fd1dd31c1d57002fc78c10de85a2.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 7ac19bf..07d167d 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