diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 69e8857af894e4..453445211672da 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -107,7 +107,7 @@ Glossary statements. asynchronous generator iterator - An object created by a :term:`asynchronous generator` function. + An object created by an :term:`asynchronous generator` function. This is an :term:`asynchronous iterator` which when called using the :meth:`~object.__anext__` method returns an awaitable object which will execute