]> 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 a3ad44a655248aa3574a4c07fc663a7cef18b462..59e6b1b79a6a37d74b684a2f151a89e7bb4308e4 100644 (file)
@@ -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')