[Python-checkins] r79773 - in python/branches/py3k: Doc/library/decimal.rst

ezio.melotti python-checkins at python.org
Mon Apr 5 01:27:45 CEST 2010


Author: ezio.melotti
Date: Mon Apr  5 01:27:45 2010
New Revision: 79773

Log:
Merged revisions 79768 via svnmerge from 
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.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/decimal.rst

Modified: python/branches/py3k/Doc/library/decimal.rst
==============================================================================
--- python/branches/py3k/Doc/library/decimal.rst	(original)
+++ python/branches/py3k/Doc/library/decimal.rst	Mon Apr  5 01:27:45 2010
@@ -354,7 +354,7 @@
    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


More information about the Python-checkins mailing list