[Python-checkins] cpython (2.7): Issue #13237: fix typo

nick.coghlan python-checkins at python.org
Wed Oct 26 13:34:38 CEST 2011


http://hg.python.org/cpython/rev/5dfe6d7f7c61
changeset:   73133:5dfe6d7f7c61
branch:      2.7
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Wed Oct 26 21:34:26 2011 +1000
summary:
  Issue #13237: fix typo

files:
  Doc/library/subprocess.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -376,7 +376,7 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list