]> granicus.if.org Git - python/commitdiff
Fix nit.
authorRaymond Hettinger <python@rcn.com>
Mon, 6 Apr 2009 23:11:47 +0000 (23:11 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 6 Apr 2009 23:11:47 +0000 (23:11 +0000)
Doc/whatsnew/3.1.rst

index ba0523dbb05dc3263c9a49e9c7444afd99638dd5..c09b06d702f4c7afc312f70d5cebd2a84b068e70 100644 (file)
@@ -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)