[Python-checkins] python/dist/src/Misc HISTORY,1.13,1.14

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Oct 2 13:03:05 CEST 2004


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

Modified Files:
	HISTORY 
Log Message:
SF bug#1038917 fix typos (Contributed by George Yoshida.)

Index: HISTORY
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/HISTORY,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- HISTORY	21 Mar 2004 18:48:22 -0000	1.13
+++ HISTORY	2 Oct 2004 11:02:59 -0000	1.14
@@ -7255,7 +7255,7 @@
 	x[lo:hi:stride]		==	x[slice(lo, hi, stride)]
 	x[a, ..., z]		==	x[(a, Ellipses, z)]
 
-- New documentation for errno and cgi mdoules.
+- New documentation for errno and cgi modules.
 
 - The directory containing the script passed to the interpreter is
 inserted in from of sys.path; "." is no longer a default path



More information about the Python-checkins mailing list