]> granicus.if.org Git - python/commitdiff
assert_python_ok docstring typo fix.
authorGregory P. Smith <greg@krypto.org>
Mon, 14 Dec 2015 04:00:24 +0000 (20:00 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 14 Dec 2015 04:00:24 +0000 (20:00 -0800)
Lib/test/script_helper.py

index b29392ff0a6578f271fe5c277ccb050b1b3040b1..d27496bcd0445c02f779b646ad92683ad167d29c 100644 (file)
@@ -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.