diff options
-rw-r--r-- | Doc/library/decimal.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index bec0a91d0c..7b23f6a3b2 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -354,7 +354,7 @@ Decimal objects Once constructed, :class:`Decimal` objects are immutable. .. versionchanged:: 3.2 - 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 |