Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b159008

Browse files
committed
#4527: fix "unicode or string".
1 parent 9baee31 commit b159008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/fractions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ another rational number, or from a string.
2525
:exc:`ZeroDivisionError`. The second version requires that
2626
*other_fraction* is an instance of :class:`numbers.Rational` and
2727
returns an :class:`Fraction` instance with the same value. The
28-
last version of the constructor expects a string or unicode
28+
last version of the constructor expects a string
2929
instance in one of two possible forms. The first form is::
3030

3131
[sign] numerator ['/' denominator]

0 commit comments

Comments
 (0)