Kaydet (Commit) 51ee66e6 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

üst b6ffc275
...@@ -711,7 +711,7 @@ class Popen(object): ...@@ -711,7 +711,7 @@ class Popen(object):
self.pid = pid self.pid = pid
ht.Close() 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 # handles that only the child should have open. You need
# to make sure that no handles to the write end of the # to make sure that no handles to the write end of the
# output pipe are maintained in this process or else the # output pipe are maintained in this process or else the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment