diff options
author | Raymond Hettinger <python@rcn.com> | 2009-01-03 09:27:41 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-01-03 09:27:41 (GMT) |
commit | 8f72692bf1725eeb4e9893cb3a36ca58195bd41e (patch) | |
tree | 4c7081fdcf0e49ce4aeaca42d19a510c9bee3dc1 | |
parent | 40188782dd9cf3495293d8fe07070d4c642389fd (diff) | |
download | cpython-8f72692bf1725eeb4e9893cb3a36ca58195bd41e.zip cpython-8f72692bf1725eeb4e9893cb3a36ca58195bd41e.tar.gz cpython-8f72692bf1725eeb4e9893cb3a36ca58195bd41e.tar.bz2 |
Fix spelling.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |