Skip to content

Commit 04056ff

Browse files
committed
Fix manual to state denominator positivity of Fraction
1 parent d1a1bca commit 04056ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/fractions.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ another rational number, or from a string.
125125

126126
.. attribute:: denominator
127127

128-
Denominator of the Fraction in lowest term.
129-
128+
Denominator of the Fraction in lowest term. It is always positive.
130129

131130
.. method:: as_integer_ratio()
132131

0 commit comments

Comments
 (0)