We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb70f2 commit e38d8f9Copy full SHA for e38d8f9
Doc/library/decimal.rst
@@ -600,8 +600,8 @@ Decimal objects
600
601
.. classmethod:: from_number(number)
602
603
- Alternative constructor that only accepts numbers (instances of
604
- :class:`float`, :class:`int` or :class:`Decimal`), but not strings
+ Alternative constructor that only accepts instances of
+ :class:`float`, :class:`int` or :class:`Decimal`, but not strings
605
or tuples.
606
607
.. doctest::
0 commit comments