From 51ee66e611ca16e51bea158e09db663fe0cdff22 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 12 Oct 2004 16:38:42 +0000 Subject: Typo fix --- Lib/subprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/subprocess.py') diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 355529eb589..20ced686d09 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 -- cgit v1.2.3