]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed typo in example code; spotted by Everett Lipman
authorFred Drake <fdrake@acm.org>
Tue, 4 Apr 2000 19:53:06 +0000 (19:53 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 4 Apr 2000 19:53:06 +0000 (19:53 +0000)
<lipman@sphere.niddk.nih.gov>.

Doc/tut/tut.tex

index ead1be400b5b11abf7892bf1562409af4614b94c..7e3dd80d52543f57c57b439092c18071a1381f74 100644 (file)
@@ -2538,7 +2538,7 @@ right operand, e.g.
 ...     print '%-10s ==> %10d' % (name, phone)
 ... 
 Jack       ==>       4098
-Dcab       ==>    8637678
+Dcab       ==>       7678
 Sjoerd     ==>       4127
 \end{verbatim}