]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 4 Mar 2008 01:48:26 +0000 (01:48 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 4 Mar 2008 01:48:26 +0000 (01:48 +0000)
Misc/NEWS

index 0ccb018360d4aca90a4fa9f447a8ba5be9501b5e..4fac8599a6c4004c3bd8827d0f0425aa679af06e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,7 +59,7 @@ Core and builtins
 - Fixed repr() and str() of complex numbers with infinity or nan as real or
   imaginary part.
 
-- Clear all free list during a gc.collect() of the highest generation in order
+- Clear all free lists during a gc.collect() of the highest generation in order
   to allow pymalloc to free more arenas. Python may give back memory to the
   OS earlier.