From: Gregory P. Smith Date: Mon, 14 Mar 2011 18:16:20 +0000 (-0400) Subject: whitespace fix X-Git-Tag: v3.3.0a1~2921^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4039aaf358ec8c2797827175982d7e0ba17f5f2;p=thirdparty%2FPython%2Fcpython.git whitespace fix --- diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 874aea72348a..69b769b18e7c 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.