diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 18df16a8e48..ec75e0379a6 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -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