Commit e8171023 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

parent ae17d1c5
......@@ -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
......
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