[Python-checkins] python/nondist/peps pep-0324.txt,1.4,1.5

effbot at users.sourceforge.net effbot at users.sourceforge.net
Tue Oct 12 17:48:20 CEST 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30752

Modified Files:
	pep-0324.txt 
Log Message:
Typo.



Index: pep-0324.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0324.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pep-0324.txt	12 Oct 2004 15:43:24 -0000	1.4
+++ pep-0324.txt	12 Oct 2004 15:48:03 -0000	1.5
@@ -92,7 +92,7 @@
       For example, many people cannot tell the difference between
       popen2.popen2 and popen2.popen4 without using the documentation.
 
-    - One small utility functions is provided: subprocess.call(). It
+    - One small utility function is provided: subprocess.call(). It
       aims to be an enhancement over os.system(), while still very
       easy to use:
 



More information about the Python-checkins mailing list