mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
whitespace fix
This commit is contained in:
parent
5865facfb6
commit
b4039aaf35
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue