From b4039aaf358ec8c2797827175982d7e0ba17f5f2 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Mon, 14 Mar 2011 14:16:20 -0400 Subject: whitespace fix --- Lib/subprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12