#15375: remove duplicated word 'child'
authorR David Murray <rdmurray@bitdance.com>
Tue, 17 Jul 2012 02:31:32 +0000 (22:31 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 17 Jul 2012 02:31:32 +0000 (22:31 -0400)
Doc/library/subprocess.rst

index 5e4bcd917698365c09feb7a56720679f0cb35563..3aae13776221b516e31f8f79c60d82d81d60c724 100644 (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`.