mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove debug output from example.
This commit is contained in:
parent
305e1a749f
commit
5a2e2b8ff7
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue