[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.21,1.22

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 10 Jun 2002 08:53:07 -0700


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory usw-pr-cvs1:/tmp/cvs-serv4421

Modified Files:
	whatsnew23.tex 
Log Message:
Fix typo


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** whatsnew23.tex	10 Jun 2002 13:22:46 -0000	1.21
--- whatsnew23.tex	10 Jun 2002 15:53:05 -0000	1.22
***************
*** 503,507 ****
  \end{verbatim}
  
! \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
--- 503,507 ----
  \end{verbatim}
  
! \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
***************
*** 654,658 ****
  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.
  
  \end{document}
--- 654,658 ----
  The author would like to thank the following people for offering
  suggestions, corrections and assistance with various drafts of this
! article: Michael Chermside, Fred~L. Drake, Jr., Detlef Lannert, Andrew MacIntyre.
  
  \end{document}