From: Raymond Hettinger Date: Mon, 6 Apr 2009 23:11:47 +0000 (+0000) Subject: Fix nit. X-Git-Tag: v3.1b1~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76efa2b862292f8fc8497eb2c737b55e7d536015;p=python Fix nit. --- diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index ba0523dbb0..c09b06d702 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -167,8 +167,8 @@ Some smaller changes made to the core Python language are: (Contributed by Antoine Pitrou.) -* The :mod:`decimal.Decimal` module now supports methods to creating a - decimal object that from a binary :class:`float`. The conversion is +* The :mod:`decimal.Decimal` module now supports methods for creating a + decimal object from a binary :class:`float`. The conversion is exact but can sometimes be surprising:: >>> Decimal.from_float(1.1)