Fix spelling.

This commit is contained in:
Raymond Hettinger 2009-01-03 09:27:41 +00:00
parent 40188782dd
commit 8f72692bf1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Core and Builtins
Library
-------
- Fractions.from_float() no longer loses precision for integers to big to
- Fractions.from_float() no longer loses precision for integers too big to
cast as floats.
- Issue 4790: The nsmallest() and nlargest() functions in the heapq module