From: Eric Smith Date: Fri, 17 Apr 2009 12:33:24 +0000 (+0000) Subject: Nit. X-Git-Tag: v3.1b1~265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86c06bc47f10d591528deff855ef028169a18b52;p=python Nit. --- diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index 3bdc345627..014cc4f49e 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -150,7 +150,7 @@ Some smaller changes made to the core Python language are: * Python now uses David Gay's algorithm for finding the shortest floating point representation that doesn't change its value. This should help - mitigate the some of the confusion surrounding binary floating point + mitigate some of the confusion surrounding binary floating point numbers. The significance is easily seen with a number like ``1.1`` which does not