[Python-3000-checkins] r67482 - python/branches/py3k/Doc/whatsnew/3.0.rst

gregory.p.smith python-3000-checkins at python.org
Wed Dec 3 00:52:53 CET 2008


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:


More information about the Python-3000-checkins mailing list