reverse truth in python_shell documentation

Fixes #27804.
This commit is contained in:
Justin Findlay 2015-10-09 14:48:50 -06:00
parent 4a69db27cd
commit 1c9708a457

View file

@ -655,7 +655,7 @@ def run(cmd,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -1064,7 +1064,7 @@ def run_stdout(cmd,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -1247,7 +1247,7 @@ def run_stderr(cmd,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -1429,7 +1429,7 @@ def run_all(cmd,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -1610,7 +1610,7 @@ def retcode(cmd,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -1844,7 +1844,7 @@ def script(source,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -2057,7 +2057,7 @@ def script_retcode(source,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env
@ -2320,7 +2320,7 @@ def run_chroot(root,
Shell to execute under. Defaults to the system default shell.
python_shell
If True, let python handle the positional arguments. Set to False
If False, let python handle the positional arguments. Set to True
to use shell features, such as pipes or redirection
env