]> granicus.if.org Git - python/commitdiff
whitespace fix
authorGregory P. Smith <greg@krypto.org>
Mon, 14 Mar 2011 18:16:20 +0000 (14:16 -0400)
committerGregory P. Smith <greg@krypto.org>
Mon, 14 Mar 2011 18:16:20 +0000 (14:16 -0400)
Lib/subprocess.py

index 874aea72348ade1f5b5fa3d139653cd1f3535788..69b769b18e7c51a284876362785a913ef97daa58 100644 (file)
@@ -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.