summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-03-04 01:48:26 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-03-04 01:48:26 (GMT)
commitc6511a851e7c187876bd5f31b67f3d92e6be2118 (patch)
treef52758b58f519cfb906b4850d4468d651e4cd654 /Misc
parent684868ac90a064c91c4387e30ba8afe23212d80b (diff)
downloadcpython-c6511a851e7c187876bd5f31b67f3d92e6be2118.zip
cpython-c6511a851e7c187876bd5f31b67f3d92e6be2118.tar.gz
cpython-c6511a851e7c187876bd5f31b67f3d92e6be2118.tar.bz2
Typo fix
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0ccb018..4fac859 100644
--- 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.