Commit 4cb6d37d authored by Gregory P. Smith's avatar Gregory P. Smith

assert_python_ok docstring typo fix.

parent abeb6479
...@@ -107,7 +107,7 @@ def assert_python_ok(*args, **env_vars): ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment