From: R David Murray Date: Tue, 17 Jul 2012 02:31:32 +0000 (-0400) Subject: #15375: remove duplicated word 'child' X-Git-Tag: v2.7.4rc1~694^2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc095202afe7f81eeba2794e9ac12cd6252d55de;p=thirdparty%2FPython%2Fcpython.git #15375: remove duplicated word 'child' --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 5e4bcd917698..3aae13776221 100644 --- 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`.