diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-12-02 23:52:53 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-12-02 23:52:53 (GMT) |
commit | f3655c439ddfaef9ee5926f24e26b84e379c2008 (patch) | |
tree | aabe8001325a7c219f8bd3124335102acdf0fd7e /Doc/whatsnew/3.0.rst | |
parent | c46ee546ee110e694752d0ca5968e6f38c009bd7 (diff) | |
download | cpython-f3655c439ddfaef9ee5926f24e26b84e379c2008.zip cpython-f3655c439ddfaef9ee5926f24e26b84e379c2008.tar.gz cpython-f3655c439ddfaef9ee5926f24e26b84e379c2008.tar.bz2 |
interators -> iterators (thanks Taggnostr)
Diffstat (limited to 'Doc/whatsnew/3.0.rst')
-rw-r--r-- | Doc/whatsnew/3.0.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index c14e4b8..7078ea0 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: |