assert_python_ok docstring typo fix.

This commit is contained in:
Gregory P. Smith 2015-12-13 20:00:24 -08:00
parent abeb6479bd
commit 4cb6d37d1d
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ def assert_python_ok(*args, **env_vars):
variables `env_vars` succeeds (rc == 0) and return a (return code, stdout, variables `env_vars` succeeds (rc == 0) and return a (return code, stdout,
stderr) tuple. 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), Python is started in isolated mode (command line option -I),
except if the __isolated keyword is set to False. except if the __isolated keyword is set to False.