Skip to content
Merged
Prev Previous commit
Next Next commit
Amend d3de603 (correct fractions.rst)
  • Loading branch information
skirpichev committed Feb 27, 2023
commit 31a94d0febcc4588858e037fd089e939789244bd
3 changes: 2 additions & 1 deletion Doc/library/fractions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ another rational number, or from a string.
.. method:: as_integer_ratio()

Return a tuple of two integers, whose ratio is equal
to the Fraction and with a positive denominator.
to the original Fraction. The ratio is in lowest terms
and has a positive denominator.

.. versionadded:: 3.8

Expand Down