Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6b76c2

Browse files
committed
Issue 10410: An iterable is not necessarily a container.
1 parent 57f2d62 commit b6b76c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Glossary
322322
slowly. See also :term:`interactive`.
323323

324324
iterable
325-
A container object capable of returning its members one at a
325+
An object capable of returning its members one at a
326326
time. Examples of iterables include all sequence types (such as
327327
:class:`list`, :class:`str`, and :class:`tuple`) and some non-sequence
328328
types like :class:`dict` and :class:`file` and objects of any classes you

0 commit comments

Comments
 (0)