#15375: remove duplicated word 'child'

This commit is contained in:
R David Murray 2012-07-16 22:31:32 -04:00
parent e4220a5ec6
commit fc095202af
1 changed files with 1 additions and 1 deletions

View File

@ -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`.