commit | 51ee66e611ca16e51bea158e09db663fe0cdff22 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Tue Oct 12 16:38:42 2004 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Tue Oct 12 16:38:42 2004 +0000 |
tree | 8eb1609fc4b850bc704254998c2915e0c725910b | |
parent | b6ffc275abf9b4ded164db38358e47822de64aac [diff] |
Typo fix
diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 355529e..20ced68 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py
@@ -711,7 +711,7 @@ 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