mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Typo fix
This commit is contained in:
parent
b6ffc275ab
commit
51ee66e611
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue