diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-12-29 12:34:21 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-12-29 12:34:21 (GMT) |
commit | 0aa8ef1545070e4c4ea609c9e8d703131833c700 (patch) | |
tree | 40bdff4b6fef0f281ee5d09a9b6e45757f88427f /Doc | |
parent | 702af67d479a182860012b5dc6005c3c8b8f1f52 (diff) | |
download | cpython-0aa8ef1545070e4c4ea609c9e8d703131833c700.zip cpython-0aa8ef1545070e4c4ea609c9e8d703131833c700.tar.gz cpython-0aa8ef1545070e4c4ea609c9e8d703131833c700.tar.bz2 |
Typo fix
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 3c98aa6..5914c7d 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 |