commit | 8f72692bf1725eeb4e9893cb3a36ca58195bd41e | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Jan 03 09:27:41 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Jan 03 09:27:41 2009 +0000 |
tree | 4c7081fdcf0e49ce4aeaca42d19a510c9bee3dc1 | |
parent | 40188782dd9cf3495293d8fe07070d4c642389fd [diff] [blame] |
Fix spelling.
diff --git a/Misc/NEWS b/Misc/NEWS index 2606ac1..0f0067c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -56,7 +56,7 @@ 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