Fixed typo in example code; spotted by Everett Lipman

<lipman@sphere.niddk.nih.gov>.
This commit is contained in:
Fred Drake 2000-04-04 19:53:06 +00:00
parent 965fdae40e
commit 69fbf33680
1 changed files with 1 additions and 1 deletions

View File

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