]> granicus.if.org Git - python/commitdiff
Fix markup in decimal.rst.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Apr 2010 23:21:53 +0000 (23:21 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Apr 2010 23:21:53 +0000 (23:21 +0000)
Doc/library/decimal.rst

index 2697026f05857fa69e5a2bf0fbd708c1f957feed..d22ea4bc138e0e223d2a3db9a1c53c3d16e7456e 100644 (file)
@@ -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