]> granicus.if.org Git - python/commitdiff
#4527: fix "unicode or string".
authorGeorg Brandl <georg@python.org>
Thu, 4 Dec 2008 18:18:16 +0000 (18:18 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 4 Dec 2008 18:18:16 +0000 (18:18 +0000)
Doc/library/fractions.rst

index b5a72396530409dc1b02729400ce257705531b05..0861e681d1101aceab09ff8dbacc7939efc14a68 100644 (file)
@@ -25,7 +25,7 @@ another rational number, or from a string.
    :exc:`ZeroDivisionError`. The second version requires that
    *other_fraction* is an instance of :class:`numbers.Rational` and
    returns an :class:`Fraction` instance with the same value.  The
-   last version of the constructor expects a string or unicode
+   last version of the constructor expects a string
    instance in one of two possible forms.  The first form is::
 
       [sign] numerator ['/' denominator]