summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.1.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-04-06 23:11:47 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-04-06 23:11:47 (GMT)
commit76efa2b862292f8fc8497eb2c737b55e7d536015 (patch)
tree20f02dcb76e7386677985d616270cedd40fd031a /Doc/whatsnew/3.1.rst
parentc1bd49a0dd6024a0f7468d2005d7d0c97e6d042d (diff)
downloadcpython-76efa2b862292f8fc8497eb2c737b55e7d536015.zip
cpython-76efa2b862292f8fc8497eb2c737b55e7d536015.tar.gz
cpython-76efa2b862292f8fc8497eb2c737b55e7d536015.tar.bz2
Fix nit.
Diffstat (limited to 'Doc/whatsnew/3.1.rst')
-rw-r--r--Doc/whatsnew/3.1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst
index ba0523d..c09b06d 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)