From: Andrew M. Kuchling Date: Tue, 17 Jul 2001 14:50:31 +0000 (+0000) Subject: Add FLD to credit list X-Git-Tag: v2.2a3~1111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ea9f0bb2085c534da1c7175d2afecbf5b9e1179;p=thirdparty%2FPython%2Fcpython.git Add FLD to credit list Correct grammatical error --- diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index 947d1568ce0b..d17c6720d84c 100644 --- a/Doc/whatsnew/whatsnew22.tex +++ b/Doc/whatsnew/whatsnew22.tex @@ -135,7 +135,7 @@ Iterator support has been added to some of Python's basic types. The \keyword{in} operator now works on dictionaries, so \code{\var{key} in 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: +which loops over its keys: \begin{verbatim} >>> m = {'Jan': 1, 'Feb': 2, 'Mar': 3, 'Apr': 4, 'May': 5, 'Jun': 6, @@ -639,6 +639,7 @@ slot, or raise an exception if that's \NULL. \section{Acknowledgements} The author would like to thank the following people for offering -suggestions on various drafts of this article: Tim Peters, Neil Schemenauer. +suggestions and corrections to various drafts of this article: Fred +L. Drake, Tim Peters, Neil Schemenauer. \end{document}