Fix markup in decimal.rst.

This commit is contained in:
Ezio Melotti 2010-04-04 23:21:53 +00:00
parent f5e7b3e826
commit 6f65d2dd1b

View file

@ -365,7 +365,7 @@ Decimal objects
creating a Decimal instance from a string. creating a Decimal instance from a string.
.. versionchanged:: 2.7 .. 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 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 numeric types such as :class:`float` and :class:`int`. All of the usual math