Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ea9f0b

Browse files
committed
Add FLD to credit list
Correct grammatical error
1 parent aebbca3 commit 6ea9f0b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/whatsnew/whatsnew22.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ \section{PEP 234: Iterators}
135135
\keyword{in} operator now works on dictionaries, so \code{\var{key} in
136136
dict} is now equivalent to \code{dict.has_key(\var{key})}.
137137
Calling \function{iter()} on a dictionary will return an iterator
138-
which loops over their keys:
138+
which loops over its keys:
139139

140140
\begin{verbatim}
141141
>>> m = {'Jan': 1, 'Feb': 2, 'Mar': 3, 'Apr': 4, 'May': 5, 'Jun': 6,
@@ -639,6 +639,7 @@ \section{Other Changes and Fixes}
639639
\section{Acknowledgements}
640640

641641
The author would like to thank the following people for offering
642-
suggestions on various drafts of this article: Tim Peters, Neil Schemenauer.
642+
suggestions and corrections to various drafts of this article: Fred
643+
L. Drake, Tim Peters, Neil Schemenauer.
643644

644645
\end{document}

0 commit comments

Comments
 (0)