Update of /cvsroot/py-howto/pyhowto
In directory usw-pr-cvs1:/tmp/cvs-serv22510
Modified Files:
python-22.tex
Log Message:
Add FLD to credit list
Correct grammatical error
Index: python-22.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/python-22.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** python-22.tex 2001/07/17 13:55:33 1.10
--- python-22.tex 2001/07/17 14:50:31 1.11
***************
*** 136,140 ****
dict} is now equivalent to \code{dict.has_key(\var{key})}.
Calling \function{iter()} on a dictionary will return an iterator
! which loops over their keys:
\begin{verbatim}
--- 136,140 ----
dict} is now equivalent to \code{dict.has_key(\var{key})}.
Calling \function{iter()} on a dictionary will return an iterator
! which loops over its keys:
\begin{verbatim}
***************
*** 640,644 ****
The author would like to thank the following people for offering
! suggestions on various drafts of this article: Tim Peters, Neil Schemenauer.
\end{document}
--- 640,645 ----
The author would like to thank the following people for offering
! suggestions and corrections to various drafts of this article: Fred
! L. Drake, Tim Peters, Neil Schemenauer.
\end{document}
|