diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-08 10:29:40 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-12-08 10:29:40 (GMT) |
commit | b7bc92530e2a48e0760899b33efffbc9450e857a (patch) | |
tree | c5d8cc99d6d8fd0bf27be024c029057bea0ba15e | |
parent | 8eeda72742ef98c635ce89e0b0da0af3de508e77 (diff) | |
download | cpython-b7bc92530e2a48e0760899b33efffbc9450e857a.zip cpython-b7bc92530e2a48e0760899b33efffbc9450e857a.tar.gz cpython-b7bc92530e2a48e0760899b33efffbc9450e857a.tar.bz2 |
Remove debug output from example.
-rw-r--r-- | Doc/library/fractions.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/fractions.rst b/Doc/library/fractions.rst index 4d10cbd..81b419e 100644 --- a/Doc/library/fractions.rst +++ b/Doc/library/fractions.rst @@ -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') |