From: Fred Drake Date: Tue, 4 Apr 2000 19:53:06 +0000 (+0000) Subject: Fixed typo in example code; spotted by Everett Lipman X-Git-Tag: v1.6a2~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69fbf33680bc6dcd972822d5addea549c15760d3;p=thirdparty%2FPython%2Fcpython.git Fixed typo in example code; spotted by Everett Lipman . --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index ead1be400b5b..7e3dd80d5254 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -2538,7 +2538,7 @@ right operand, e.g. ... print '%-10s ==> %10d' % (name, phone) ... Jack ==> 4098 -Dcab ==> 8637678 +Dcab ==> 7678 Sjoerd ==> 4127 \end{verbatim}