From: Gregory P. Smith Date: Mon, 14 Dec 2015 04:00:24 +0000 (-0800) Subject: assert_python_ok docstring typo fix. X-Git-Tag: v3.6.0a1~912^2^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cb6d37d1d9b2463a121f5f0c6ed9aed2d3f2f9a;p=python assert_python_ok docstring typo fix. --- diff --git a/Lib/test/script_helper.py b/Lib/test/script_helper.py index b29392ff0a..d27496bcd0 100644 --- a/Lib/test/script_helper.py +++ b/Lib/test/script_helper.py @@ -107,7 +107,7 @@ def assert_python_ok(*args, **env_vars): variables `env_vars` succeeds (rc == 0) and return a (return code, stdout, stderr) tuple. - If the __cleanenv keyword is set, env_vars is used a fresh environment. + If the __cleanenv keyword is set, env_vars is used as a fresh environment. Python is started in isolated mode (command line option -I), except if the __isolated keyword is set to False.