Issue 10410: An iterable is not necessarily a container.

This commit is contained in:
Raymond Hettinger 2010-11-14 05:27:15 +00:00
parent 57f2d62075
commit b6b76c2f78
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ Glossary
slowly. See also :term:`interactive`.
iterable
A container object capable of returning its members one at a
An object capable of returning its members one at a
time. Examples of iterables include all sequence types (such as
:class:`list`, :class:`str`, and :class:`tuple`) and some non-sequence
types like :class:`dict` and :class:`file` and objects of any classes you