From: Raymond Hettinger Date: Sat, 3 Jan 2009 09:27:41 +0000 (+0000) Subject: Fix spelling. X-Git-Tag: v2.6.2c1~291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f72692bf1725eeb4e9893cb3a36ca58195bd41e;p=thirdparty%2FPython%2Fcpython.git Fix spelling. --- diff --git a/Misc/NEWS b/Misc/NEWS index 2606ac1cef52..0f0067c60205 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