Skip to content
3 changes: 1 addition & 2 deletions Doc/library/fractions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ another rational number, or from a string.

.. attribute:: denominator

Denominator of the Fraction in lowest term.

Denominator of the Fraction in lowest term. It is always positive.

.. method:: as_integer_ratio()

Expand Down