summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2011-10-26 11:34:26 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2011-10-26 11:34:26 (GMT)
commit63c54e819ec58235f266b0a33f90f484f8694eca (patch)
tree88de44c6e1a71885b5e7c07e9aebff37677a2f15 /Doc/library/subprocess.rst
parent65ad31a8f871c0f2c2b45619ee1f96cf59f7a916 (diff)
downloadcpython-63c54e819ec58235f266b0a33f90f484f8694eca.zip
cpython-63c54e819ec58235f266b0a33f90f484f8694eca.tar.gz
cpython-63c54e819ec58235f266b0a33f90f484f8694eca.tar.bz2
Issue #13237: fix typo
Diffstat (limited to 'Doc/library/subprocess.rst')
-rw-r--r--Doc/library/subprocess.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
index 7269768..ee46d72 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -376,7 +376,7 @@ Unlike some other popen functions, this implementation will never call a
system shell implicitly. This means that all characters, including shell
metacharacters, can safely be passed to child processes. Obviously, if the
shell is invoked explicitly, then it is the application's responsibility to
-all that all whitespace and metacharacters are quoted appropriately.
+ensure that all whitespace and metacharacters are quoted appropriately.
Popen Objects