https://github.com/python/cpython/commit/86f7bb7edec969114edbd864437e35eb722da2a9 commit: 86f7bb7edec969114edbd864437e35eb722da2a9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-27T16:57:36+03:00 summary:
[3.14] gh-138148: Fix grammatical error in the `asynchronous generator iterator` term (GH-138155) (#138159) Co-authored-by: Krishna Chaitanya <[email protected]> files: M Doc/glossary.rst 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
