Skip to content

Commit e38d8f9

Browse files
Update documentation.
1 parent 9bb70f2 commit e38d8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/decimal.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,8 @@ Decimal objects
600600

601601
.. classmethod:: from_number(number)
602602

603-
Alternative constructor that only accepts numbers (instances of
604-
:class:`float`, :class:`int` or :class:`Decimal`), but not strings
603+
Alternative constructor that only accepts instances of
604+
:class:`float`, :class:`int` or :class:`Decimal`, but not strings
605605
or tuples.
606606

607607
.. doctest::

0 commit comments

Comments
 (0)