From 69fbf33680bc6dcd972822d5addea549c15760d3 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 4 Apr 2000 19:53:06 +0000 Subject: Fixed typo in example code; spotted by Everett Lipman . --- Doc/tut/tut.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index ead1be4..7e3dd80 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} -- cgit v0.12