Commit 349106ba authored by Ezio Melotti's avatar Ezio Melotti

Remove debug output from example.

parent 425fb2e4
...@@ -56,7 +56,6 @@ another rational number, or from a string. ...@@ -56,7 +56,6 @@ another rational number, or from a string.
Fraction(0, 1) Fraction(0, 1)
>>> Fraction('3/7') >>> Fraction('3/7')
Fraction(3, 7) Fraction(3, 7)
[40794 refs]
>>> Fraction(' -3/7 ') >>> Fraction(' -3/7 ')
Fraction(-3, 7) Fraction(-3, 7)
>>> Fraction('1.414213 \t\n') >>> Fraction('1.414213 \t\n')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment