From 6ea9f0bb2085c534da1c7175d2afecbf5b9e1179 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 17 Jul 2001 14:50:31 +0000 Subject: Add FLD to credit list Correct grammatical error --- Doc/whatsnew/whatsnew22.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index 947d156..d17c672 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} -- cgit v0.12