]> granicus.if.org Git - python/commitdiff
Remove debug output from example.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 8 Dec 2012 10:29:40 +0000 (12:29 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 8 Dec 2012 10:29:40 +0000 (12:29 +0200)
Doc/library/fractions.rst

index 4d10cbdd2204e7476992ea09d6fa26b97df93192..81b419ea36e482c2d42876939a288a38e840b1c8 100644 (file)
@@ -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')