From: Gregory P. Smith Date: Mon, 14 Mar 2011 18:16:20 +0000 (-0400) Subject: whitespace fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4039aaf358ec8c2797827175982d7e0ba17f5f2;p=python whitespace fix --- diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 874aea7234..69b769b18e 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.