commit | b4039aaf358ec8c2797827175982d7e0ba17f5f2 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Mon Mar 14 14:16:20 2011 -0400 |
committer | Gregory P. Smith <greg@krypto.org> | Mon Mar 14 14:16:20 2011 -0400 |
tree | cb22cd89589ac8e25e45e7ebd10520cb91fb2580 | |
parent | 5865facfb62a906a93d3245f0fb384cd4aceeb91 [diff] [blame] |
whitespace fix
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 @@ 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.