New submission from Natalia B. Bidart <nataliabid...@gmail.com>:

Current docstring states:

Return an enumerate object.  iterable must be an other object that
supports iteration.

It should be:

Return an enumerate object. iterable must be another object that
supports iteration.

----------
assignee: georg.brandl
components: Documentation
messages: 93109
nosy: georg.brandl, nessita
severity: normal
status: open
title: enumerate dosctring has a typo
versions: Python 2.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6994>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to