Commit c6511a85 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

parent 684868ac
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment