Skip to content

Commit 668518d

Browse files
Update Doc/library/fractions.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 6e61673 commit 668518d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/fractions.rst

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

126126
.. attribute:: denominator
127127

128-
Denominator of the Fraction in lowest term. Should be positive.
128+
Denominator of the Fraction in lowest terms.
129+
Guaranteed to be positive.
129130

130131

131132
.. method:: as_integer_ratio()

0 commit comments

Comments
 (0)