From: Andrew M. Kuchling Date: Wed, 29 Dec 2004 12:34:21 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.5a0~2208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0aa8ef1545070e4c4ea609c9e8d703131833c700;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 3c98aa61c91e..5914c7d47751 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -1458,7 +1458,7 @@ Other threads can assign and retrieve their own values for the (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