[Python-checkins] r71337 - python/branches/py3k/Doc/whatsnew/3.1.rst

raymond.hettinger python-checkins at python.org
Tue Apr 7 01:11:47 CEST 2009


Author: raymond.hettinger
Date: Tue Apr  7 01:11:47 2009
New Revision: 71337

Log:
Fix nit.

Modified:
   python/branches/py3k/Doc/whatsnew/3.1.rst

Modified: python/branches/py3k/Doc/whatsnew/3.1.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.1.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.1.rst	Tue Apr  7 01:11:47 2009
@@ -167,8 +167,8 @@
 
   (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)


More information about the Python-checkins mailing list