Commit eb914881 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix typo

parent cab05807
...@@ -502,7 +502,7 @@ than \method{zfill()}. ...@@ -502,7 +502,7 @@ than \method{zfill()}.
'0goofy' '0goofy'
\end{verbatim} \end{verbatim}
\item Dictionaries have a new method, method{pop(\var{key})}, that \item Dictionaries have a new method, \method{pop(\var{key})}, that
returns the value corresponding to \var{key} and removes that returns the value corresponding to \var{key} and removes that
key/value pair from the dictionary. \method{pop()} will raise a key/value pair from the dictionary. \method{pop()} will raise a
\exception{KeyError} if the requsted key isn't present in the \exception{KeyError} if the requsted key isn't present in the
...@@ -653,6 +653,6 @@ as well as \UNIX. ...@@ -653,6 +653,6 @@ as well as \UNIX.
The author would like to thank the following people for offering The author would like to thank the following people for offering
suggestions, corrections and assistance with various drafts of this suggestions, corrections and assistance with various drafts of this
article: Fred~L. Drake, Jr., Detlef Lannert, Andrew MacIntyre. article: Michael Chermside, Fred~L. Drake, Jr., Detlef Lannert, Andrew MacIntyre.
\end{document} \end{document}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment