Kaydet (Commit) 9ad0b365 authored tarafından Mark Dickinson's avatar Mark Dickinson

Documentation fix for change introduced in r71832

üst 4938fefc
......@@ -20,7 +20,7 @@ another rational number, or from a string.
Fraction(string)
The first version requires that *numerator* and *denominator* are
instances of :class:`numbers.Integral` and returns a new
instances of :class:`numbers.Rational` and returns a new
:class:`Fraction` instance with value ``numerator/denominator``. If
*denominator* is :const:`0`, it raises a
:exc:`ZeroDivisionError`. The second version requires that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment