Thanks to visit codestin.com Credit goes to github.com
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 9baee31 commit b159008Copy full SHA for b159008
1 file changed
Doc/library/fractions.rst
@@ -25,7 +25,7 @@ another rational number, or from a string.
25
:exc:`ZeroDivisionError`. The second version requires that
26
*other_fraction* is an instance of :class:`numbers.Rational` and
27
returns an :class:`Fraction` instance with the same value. The
28
- last version of the constructor expects a string or unicode
+ last version of the constructor expects a string
29
instance in one of two possible forms. The first form is::
30
31
[sign] numerator ['/' denominator]
0 commit comments