[Python-checkins] r79768 - python/trunk/Doc/library/decimal.rst

ezio.melotti python-checkins at python.org
Mon Apr 5 01:21:53 CEST 2010


Author: ezio.melotti
Date: Mon Apr  5 01:21:53 2010
New Revision: 79768

Log:
Fix markup in decimal.rst.

Modified:
   python/trunk/Doc/library/decimal.rst

Modified: python/trunk/Doc/library/decimal.rst
==============================================================================
--- python/trunk/Doc/library/decimal.rst	(original)
+++ python/trunk/Doc/library/decimal.rst	Mon Apr  5 01:21:53 2010
@@ -365,7 +365,7 @@
       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


More information about the Python-checkins mailing list