projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65ad31a
)
Issue #13237: fix typo
author
Nick Coghlan
<ncoghlan@gmail.com>
Wed, 26 Oct 2011 11:34:26 +0000
(21:34 +1000)
committer
Nick Coghlan
<ncoghlan@gmail.com>
Wed, 26 Oct 2011 11:34:26 +0000
(21:34 +1000)
Doc/library/subprocess.rst
patch
|
blob
|
history
diff --git
a/Doc/library/subprocess.rst
b/Doc/library/subprocess.rst
index 7269768c6ac1060b7e4c144660dd3134435ae657..ee46d728412f0e5899b64c059cc19612a2fd83cd 100644
(file)
--- 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