From 4882cacab6bcaf90ac496fc8878987598e7665c1 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Tue, 14 Apr 2015 09:30:01 +0300 Subject: Issue #23943: Fix typos. Patch by Piotr Kasprzyk. --- Lib/test/script_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/script_helper.py') diff --git a/Lib/test/script_helper.py b/Lib/test/script_helper.py index b31fc40013e..b29392ff0a6 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 -- cgit v1.2.3