]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 12 Oct 2004 16:38:42 +0000 (16:38 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 12 Oct 2004 16:38:42 +0000 (16:38 +0000)
Lib/subprocess.py

index 355529eb58945eeb7165fc27d9d245eea7adebc5..20ced686d09e930d26cfa4068ed72ec9dac5d195 100644 (file)
@@ -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