From: Raymond Hettinger Date: Thu, 9 Apr 2009 22:34:46 +0000 (+0000) Subject: Fix link X-Git-Tag: v3.1b1~329 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf1537cd3cb96d8fec624aaff91b7c6de55c13d8;p=python Fix link --- diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index e69721e944..f30968f982 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::