From 8f72692bf1725eeb4e9893cb3a36ca58195bd41e Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 3 Jan 2009 09:27:41 +0000 Subject: [PATCH] Fix spelling. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 2606ac1cef5..0f0067c6020 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