diff -r 2bad07298c5c Doc/reference/datamodel.rst --- a/Doc/reference/datamodel.rst Wed Nov 05 11:30:21 2014 -0500 +++ b/Doc/reference/datamodel.rst Wed Dec 10 16:14:10 2014 +0530 @@ -1921,8 +1921,7 @@ This method is called when an iterator is required for a container. This method should return a new iterator object that can iterate over all the objects in the - container. For mappings, it should iterate over the keys of the container, and - should also be made available as the method :meth:`keys`. + container. For mappings, it should iterate over the keys of the container. Iterator objects also need to implement this method; they are required to return themselves. For more information on iterator objects, see :ref:`typeiter`.