diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-06-10 15:53:05 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-06-10 15:53:05 (GMT) |
commit | eb914881af66a64a4f03545f2a18761ed774ce5f (patch) | |
tree | 9559a31c14c9650accc75524784379944b618cff /Doc | |
parent | cab05807fc89390ce48388442843361c3f2f7a86 (diff) | |
download | cpython-eb914881af66a64a4f03545f2a18761ed774ce5f.zip cpython-eb914881af66a64a4f03545f2a18761ed774ce5f.tar.gz cpython-eb914881af66a64a4f03545f2a18761ed774ce5f.tar.bz2 |
Fix typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 6ea7b72..d6238ce 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -502,7 +502,7 @@ than \method{zfill()}. '0goofy' \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 key/value pair from the dictionary. \method{pop()} will raise a \exception{KeyError} if the requsted key isn't present in the @@ -653,6 +653,6 @@ as well as \UNIX. The author would like to thank the following people for offering 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} |