summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-04-04 23:21:53 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-04-04 23:21:53 (GMT)
commit6f65d2dd1bd4d82029257ce3d1ea3ec4cbf44235 (patch)
treef9b90c891373b245a3aab2af45e642dc980aa884 /Doc
parentf5e7b3e826216574fcf613be9f4abd054bf595cd (diff)
downloadcpython-6f65d2dd1bd4d82029257ce3d1ea3ec4cbf44235.zip
cpython-6f65d2dd1bd4d82029257ce3d1ea3ec4cbf44235.tar.gz
cpython-6f65d2dd1bd4d82029257ce3d1ea3ec4cbf44235.tar.bz2
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 2697026..d22ea4b 100644
--- a/Doc/library/decimal.rst
+++ b/Doc/library/decimal.rst
@@ -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