We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f558851 commit ec9c6f8Copy full SHA for ec9c6f8
Doc/library/fractions.rst
@@ -26,8 +26,6 @@ a single number, or from a string.
26
The first version requires that *numerator* and *denominator* are instances
27
of :class:`numbers.Rational` and returns a new :class:`Fraction` instance
28
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.
31
If *denominator* is zero, it raises a :exc:`ZeroDivisionError`.
32
33
The second version requires that *number* is an instance of
0 commit comments