whitespace fix

This commit is contained in:
Gregory P. Smith 2011-03-14 14:16:20 -04:00
parent 5865facfb6
commit b4039aaf35
1 changed files with 1 additions and 1 deletions

View 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.