cpython: 5dfe6d7f7c61 (original) (raw)

Mercurial > cpython

changeset 73133:5dfe6d7f7c61 2.7

Issue #13237: fix typo [#13237]

Nick Coghlan ncoghlan@gmail.com
date Wed, 26 Oct 2011 21:34:26 +1000
parents f445c125aca3
children e0499b2b28aa
files Doc/library/subprocess.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/subprocess.rst 2

line wrap: on

line diff

--- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -376,7 +376,7 @@ Unlike some other popen functions, this 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