mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix markup in decimal.rst.
This commit is contained in:
parent
f5e7b3e826
commit
6f65d2dd1b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue