From: Andrew M. Kuchling Date: Tue, 12 Oct 2004 16:38:42 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.4b1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51ee66e611ca16e51bea158e09db663fe0cdff22;p=python Typo fix --- diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 355529eb58..20ced686d0 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -711,7 +711,7 @@ class Popen(object): self.pid = pid ht.Close() - # Child is launched. Close the parents copy of those pipe + # Child is launched. Close the parent's copy of those pipe # handles that only the child should have open. You need # to make sure that no handles to the write end of the # output pipe are maintained in this process or else the