mirror of https://github.com/python/cpython.git
Remove debug output from example.
This commit is contained in:
parent
8eeda72742
commit
b7bc92530e
|
@ -57,7 +57,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')
|
||||
|
|
Loading…
Reference in New Issue