Commit 76efa2b8 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix nit.

parent c1bd49a0
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment