Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12f33df + 5a2e2b8 commit c990f3bCopy full SHA for c990f3b
1 file changed
Doc/library/fractions.rst
@@ -56,7 +56,6 @@ another rational number, or from a string.
56
Fraction(0, 1)
57
>>> Fraction('3/7')
58
Fraction(3, 7)
59
- [40794 refs]
60
>>> Fraction(' -3/7 ')
61
Fraction(-3, 7)
62
>>> Fraction('1.414213 \t\n')
0 commit comments