summaryrefslogtreecommitdiff
path: root/Doc/whatsnew/whatsnew24.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/whatsnew24.tex')
-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