Skip to content

Commit a8b6ca2

Browse files
committed
address review: 0 -> zero
1 parent f2aaed3 commit a8b6ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/fractions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ another number, or from a string.
2525

2626
The first version requires that *numerator* and *denominator* are instances
2727
of :class:`numbers.Rational` and returns a new :class:`Fraction` instance
28-
with value ``numerator/denominator``. If *denominator* is ``0``, it
28+
with value equal to ``numerator/denominator``. If *denominator* is zero, it
2929
raises a :exc:`ZeroDivisionError`.
3030

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

0 commit comments

Comments
 (0)