mirror of
https://github.com/python/cpython.git
synced 2026-06-18 00:50:09 -04:00
Issue 10410: An iterable is not necessarily a container.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user