Commit 5a2e2b8f authored by Ezio Melotti's avatar Ezio Melotti

Remove debug output from example.

parent 305e1a74
......@@ -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')
......
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