[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.125, 1.126

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Wed Dec 29 13:34:24 CET 2004


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32672

Modified Files:
	whatsnew24.tex 
Log Message:
Typo fix

Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- whatsnew24.tex	26 Dec 2004 15:29:28 -0000	1.125
+++ whatsnew24.tex	29 Dec 2004 12:34:21 -0000	1.126
@@ -1458,7 +1458,7 @@
 (Contributed by Jim Fulton.)
 
 \item The \module{timeit} module now automatically disables periodic
-  garbarge collection during the timing loop.  This change makes
+  garbage collection during the timing loop.  This change makes
   consecutive timings more comparable.  (Contributed by Raymond Hettinger.)
 
 \item The \module{weakref} module now supports a wider variety of objects



More information about the Python-checkins mailing list