[Python-checkins] cpython (3.4): assert_python_ok docstring typo fix.

gregory.p.smith python-checkins at python.org
Sun Dec 13 23:15:38 EST 2015


https://hg.python.org/cpython/rev/0a85716e7e91
changeset:   99564:0a85716e7e91
branch:      3.4
parent:      99543:5015440beec2
user:        Gregory P. Smith <greg at krypto.org>
date:        Sun Dec 13 20:00:24 2015 -0800
summary:
  assert_python_ok docstring typo fix.

files:
  Lib/test/script_helper.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/script_helper.py b/Lib/test/script_helper.py
--- a/Lib/test/script_helper.py
+++ b/Lib/test/script_helper.py
@@ -107,7 +107,7 @@
     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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list