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 f2aaed3 commit a8b6ca2Copy full SHA for a8b6ca2
Doc/library/fractions.rst
@@ -25,7 +25,7 @@ another number, or from a string.
25
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 value ``numerator/denominator``. If *denominator* is ``0``, it
+ with value equal to ``numerator/denominator``. If *denominator* is zero, it
29
raises a :exc:`ZeroDivisionError`.
30
31
The second version requires that *number* is an instance of
0 commit comments