[Python-checkins] python/dist/src/Lib subprocess.py,1.1,1.2

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Oct 12 18:38:44 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9837

Modified Files:
	subprocess.py 
Log Message:
Typo fix

Index: subprocess.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/subprocess.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- subprocess.py	12 Oct 2004 15:26:27 -0000	1.1
+++ subprocess.py	12 Oct 2004 16:38:42 -0000	1.2
@@ -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



More information about the Python-checkins mailing list