diff options
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: |