Remove debug output from example.

This commit is contained in:
Ezio Melotti 2012-12-08 12:29:40 +02:00
parent 305e1a749f
commit 5a2e2b8ff7

View file

@ -56,7 +56,6 @@ another rational number, or from a string.
Fraction(0, 1)
>>> Fraction('3/7')
Fraction(3, 7)
[40794 refs]
>>> Fraction(' -3/7 ')
Fraction(-3, 7)
>>> Fraction('1.414213 \t\n')