summaryrefslogtreecommitdiffstats
path: root/Lib/subprocess.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-17 12:43:51 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-17 12:43:51 (GMT)
commitf5469cff1f90381819291bcddcc70f5aaf2da141 (patch)
treef61191eac7db34346674d3b5dca6cfc334dcca99 /Lib/subprocess.py
parent10b513098af5323bc2e9dee4775531eb63c1f0ab (diff)
downloadcpython-f5469cff1f90381819291bcddcc70f5aaf2da141.zip
cpython-f5469cff1f90381819291bcddcc70f5aaf2da141.tar.gz
cpython-f5469cff1f90381819291bcddcc70f5aaf2da141.tar.bz2
#18705: fix a number of typos. Patch by Févry Thibault.
Diffstat (limited to 'Lib/subprocess.py')
-rw-r--r--Lib/subprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py
index 7fd1b02..50bec29 100644
--- a/Lib/subprocess.py
+++ b/Lib/subprocess.py
@@ -143,7 +143,7 @@ Exceptions raised in the child process, before the new program has
started to execute, will be re-raised in the parent. Additionally,
the exception object will have one extra attribute called
'child_traceback', which is a string containing traceback information
-from the childs point of view.
+from the child's point of view.
The most common exception raised is OSError. This occurs, for
example, when trying to execute a non-existent file. Applications