From: Ezio Melotti Date: Sun, 4 Apr 2010 23:21:53 +0000 (+0000) Subject: Fix markup in decimal.rst. X-Git-Tag: v2.7b1~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f65d2dd1bd4d82029257ce3d1ea3ec4cbf44235;p=python Fix markup in decimal.rst. --- diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 2697026f05..d22ea4bc13 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -365,7 +365,7 @@ Decimal objects creating a Decimal instance from a string. .. versionchanged:: 2.7 - The argument to the constructor is now permitted to be a :float:`instance`. + The argument to the constructor is now permitted to be a :class:`float` instance. Decimal floating point objects share many properties with the other built-in numeric types such as :class:`float` and :class:`int`. All of the usual math