[Python-3000-checkins] r67525 - python/branches/py3k/Doc/library/fractions.rst

georg.brandl python-3000-checkins at python.org
Thu Dec 4 19:18:16 CET 2008


Author: georg.brandl
Date: Thu Dec  4 19:18:16 2008
New Revision: 67525

Log:
#4527: fix "unicode or string".


Modified:
   python/branches/py3k/Doc/library/fractions.rst

Modified: python/branches/py3k/Doc/library/fractions.rst
==============================================================================
--- python/branches/py3k/Doc/library/fractions.rst	(original)
+++ python/branches/py3k/Doc/library/fractions.rst	Thu Dec  4 19:18:16 2008
@@ -25,7 +25,7 @@
    :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]


More information about the Python-3000-checkins mailing list