]> granicus.if.org Git - python/commitdiff
Merged revisions 79768 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Apr 2010 23:27:45 +0000 (23:27 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 4 Apr 2010 23:27:45 +0000 (23:27 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79768 | ezio.melotti | 2010-04-05 02:21:53 +0300 (Mon, 05 Apr 2010) | 1 line

  Fix markup in decimal.rst.
........

Doc/library/decimal.rst

index bec0a91d0c0d95656524410a881ef469df5ba768..7b23f6a3b2cbc234ac9788b473cd36e627706aa0 100644 (file)
@@ -354,7 +354,7 @@ Decimal objects
    Once constructed, :class:`Decimal` objects are immutable.
 
    .. versionchanged:: 3.2
-      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