mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue