From: Ezio Melotti Date: Sat, 8 Dec 2012 10:29:40 +0000 (+0200) Subject: Remove debug output from example. X-Git-Tag: v2.7.4rc1~320 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7bc92530e2a48e0760899b33efffbc9450e857a;p=thirdparty%2FPython%2Fcpython.git Remove debug output from example. --- diff --git a/Doc/library/fractions.rst b/Doc/library/fractions.rst index 4d10cbdd2204..81b419ea36e4 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')