summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-01-03 09:27:41 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-01-03 09:27:41 (GMT)
commit8f72692bf1725eeb4e9893cb3a36ca58195bd41e (patch)
tree4c7081fdcf0e49ce4aeaca42d19a510c9bee3dc1
parent40188782dd9cf3495293d8fe07070d4c642389fd (diff)
downloadcpython-8f72692bf1725eeb4e9893cb3a36ca58195bd41e.zip
cpython-8f72692bf1725eeb4e9893cb3a36ca58195bd41e.tar.gz
cpython-8f72692bf1725eeb4e9893cb3a36ca58195bd41e.tar.bz2
Fix spelling.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2606ac1..0f0067c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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