Skip to content

Commit ec9c6f8

Browse files
authored
Update Doc/library/fractions.rst
1 parent f558851 commit ec9c6f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Doc/library/fractions.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ a single number, or from a string.
2626
The first version requires that *numerator* and *denominator* are instances
2727
of :class:`numbers.Rational` and returns a new :class:`Fraction` instance
2828
with a value equal to ``numerator/denominator``.
29-
The numerator and denominator of this new instance are converted to be in
30-
simplest integral terms, always with a positive denominator.
3129
If *denominator* is zero, it raises a :exc:`ZeroDivisionError`.
3230

3331
The second version requires that *number* is an instance of

0 commit comments

Comments
 (0)