Discussion:
[Python-3000-checkins] r67482 - python/branches/py3k/Doc/whatsnew/3.0.rst
gregory.p.smith
2008-12-02 23:52:53 UTC
Permalink
Author: gregory.p.smith
Date: Wed Dec 3 00:52:53 2008
New Revision: 67482

Log:
interators -> iterators (thanks Taggnostr)


Modified:
python/branches/py3k/Doc/whatsnew/3.0.rst

Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.0.rst (original)
+++ python/branches/py3k/Doc/whatsnew/3.0.rst Wed Dec 3 00:52:53 2008
@@ -166,7 +166,7 @@

* 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:

Loading...