summaryrefslogtreecommitdiffstats
path: root/Doc/tut
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-04-04 19:53:06 (GMT)
committerFred Drake <fdrake@acm.org>2000-04-04 19:53:06 (GMT)
commit69fbf33680bc6dcd972822d5addea549c15760d3 (patch)
tree58f42749e3355c2abbf98657b213064b4dce4974 /Doc/tut
parent965fdae40ea976fa133048110b24f35cc829b3c8 (diff)
downloadcpython-69fbf33680bc6dcd972822d5addea549c15760d3.zip
cpython-69fbf33680bc6dcd972822d5addea549c15760d3.tar.gz
cpython-69fbf33680bc6dcd972822d5addea549c15760d3.tar.bz2
Fixed typo in example code; spotted by Everett Lipman
<lipman@sphere.niddk.nih.gov>.
Diffstat (limited to 'Doc/tut')
-rw-r--r--Doc/tut/tut.tex2
1 files changed, 1 insertions, 1 deletions
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}