From: Gregory P. Smith Date: Tue, 2 Dec 2008 23:52:53 +0000 (+0000) Subject: interators -> iterators (thanks Taggnostr) X-Git-Tag: v3.0~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3655c439ddfaef9ee5926f24e26b84e379c2008;p=python interators -> iterators (thanks Taggnostr) --- diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index c14e4b8a6d..7078ea04b8 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -166,7 +166,7 @@ changes: * See also the :ref:`unicode-howto`, which was updated for Python 3.0. -Views And Interators Instead Of Lists +Views And Iterators Instead Of Lists ------------------------------------- Some well-known APIs no longer return lists: