summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-04-04 23:27:45 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-04-04 23:27:45 (GMT)
commitcfe0af4c0712e6493048cec37abad35522f70413 (patch)
tree50e943342daa5d273e9fdbc31781570ba81e8b93 /Doc
parent6ef9a844f2afa6c2cb4a8f6aa98dae7bd3715362 (diff)
downloadcpython-cfe0af4c0712e6493048cec37abad35522f70413.zip
cpython-cfe0af4c0712e6493048cec37abad35522f70413.tar.gz
cpython-cfe0af4c0712e6493048cec37abad35522f70413.tar.bz2
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. ........
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/decimal.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst
index bec0a91..7b23f6a 100644
--- a/Doc/library/decimal.rst
+++ b/Doc/library/decimal.rst
@@ -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