]> granicus.if.org Git - python/commitdiff
Fix typo
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 10 Jun 2002 15:53:05 +0000 (15:53 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 10 Jun 2002 15:53:05 +0000 (15:53 +0000)
Doc/whatsnew/whatsnew23.tex

index 6ea7b7212d8f2adae4d3ce3ab1e03bdd01976596..d6238ce3a8590840eaa4cf0ce848f5642e8417cd 100644 (file)
@@ -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}