summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-12-29 12:34:21 +0000
committerAndrew M. Kuchling <amk@amk.ca>2004-12-29 12:34:21 +0000
commit0aa8ef1545070e4c4ea609c9e8d703131833c700 (patch)
tree40bdff4b6fef0f281ee5d09a9b6e45757f88427f
parent702af67d479a182860012b5dc6005c3c8b8f1f52 (diff)
downloadcpython-git-0aa8ef1545070e4c4ea609c9e8d703131833c700.tar.gz
Typo fix
-rw-r--r--Doc/whatsnew/whatsnew24.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index 3c98aa61c9..5914c7d477 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