mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Fixed typo in example code; spotted by Everett Lipman
<lipman@sphere.niddk.nih.gov>.
This commit is contained in:
parent
965fdae40e
commit
69fbf33680
1 changed files with 1 additions and 1 deletions
|
@ -2538,7 +2538,7 @@ right operand, e.g.
|
|||
... print '%-10s ==> %10d' % (name, phone)
|
||||
...
|
||||
Jack ==> 4098
|
||||
Dcab ==> 8637678
|
||||
Dcab ==> 7678
|
||||
Sjoerd ==> 4127
|
||||
\end{verbatim}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue