diff options
author | Gregory P. Smith <greg@krypto.org> | 2011-03-14 18:16:20 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2011-03-14 18:16:20 (GMT) |
commit | b4039aaf358ec8c2797827175982d7e0ba17f5f2 (patch) | |
tree | cb22cd89589ac8e25e45e7ebd10520cb91fb2580 /Lib/subprocess.py | |
parent | 5865facfb62a906a93d3245f0fb384cd4aceeb91 (diff) | |
download | cpython-b4039aaf358ec8c2797827175982d7e0ba17f5f2.zip cpython-b4039aaf358ec8c2797827175982d7e0ba17f5f2.tar.gz cpython-b4039aaf358ec8c2797827175982d7e0ba17f5f2.tar.bz2 |
whitespace fix
Diffstat (limited to 'Lib/subprocess.py')
-rw-r--r-- | Lib/subprocess.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 874aea7..69b769b 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -193,7 +193,7 @@ A ValueError will be raised if Popen is called with invalid arguments. Exceptions defined within this module inherit from SubprocessError. check_call() and check_output() will raise CalledProcessError if the -called process returns a non-zero return code. TimeoutExpired +called process returns a non-zero return code. TimeoutExpired be raised if a timeout was specified and expired. |