This commit is contained in:
Raymond Hettinger 2009-04-09 22:34:46 +00:00
parent 3618078cd6
commit bf1537cd3c

View File

@ -175,7 +175,7 @@ New, Improved, and Deprecated Modules
(Contributed by Antoine Pitrou.)
* The :mod:`decimal.Decimal` module now supports methods for creating a
* The :mod:`decimal` module now supports methods for creating a
decimal object from a binary :class:`float`. The conversion is
exact but can sometimes be surprising::