Commit 6f65d2dd authored by Ezio Melotti's avatar Ezio Melotti

Fix markup in decimal.rst.

parent f5e7b3e8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment