summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/subprocess.py2
1 files changed, 1 insertions, 1 deletions
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.