mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +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.
|
||||
|
||||
.. 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue