projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4220a5
)
#15375: remove duplicated word 'child'
author
R David Murray
<rdmurray@bitdance.com>
Tue, 17 Jul 2012 02:31:32 +0000
(22:31 -0400)
committer
R David Murray
<rdmurray@bitdance.com>
Tue, 17 Jul 2012 02:31:32 +0000
(22:31 -0400)
Doc/library/subprocess.rst
patch
|
blob
|
history
diff --git
a/Doc/library/subprocess.rst
b/Doc/library/subprocess.rst
index 5e4bcd917698365c09feb7a56720679f0cb35563..3aae13776221b516e31f8f79c60d82d81d60c724 100644
(file)
--- a/
Doc/library/subprocess.rst
+++ b/
Doc/library/subprocess.rst
@@
-289,7
+289,7
@@
functions.
Popen(['/bin/sh', '-c', args[0], args[1], ...])
- On Windows: the :class:`Popen` class uses CreateProcess() to execute the
child
+ On Windows: the :class:`Popen` class uses CreateProcess() to execute the
child program, which operates on strings. If *args* is a sequence, it will
be converted to a string in a manner described in
:ref:`converting-argument-sequence`.