diff options
-rw-r--r-- | Doc/whatsnew/3.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index e69721e..f30968f 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -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:: |