https://github.com/python/cpython/commit/31eb3ef569683243f76debab4de2df3d75c9cc03 commit: 31eb3ef569683243f76debab4de2df3d75c9cc03 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity <[email protected]> date: 2025-08-26T11:20:32Z summary:
[3.13] gh-138148: Fix grammatical error in the `asynchronous generator iterator` term (GH-138155) (GH-138160) gh-138148: Fix grammatical error in the `asynchronous generator iterator` term (GH-138155) (cherry picked from commit 43b113d23dfc5ab28d97fbb7ac94a36b361928d4) Co-authored-by: Krishna Chaitanya <[email protected]> files: M Doc/glossary.rst diff --git a/Doc/glossary.rst b/Doc/glossary.rst index b03ef1f06ff7cd..ea62fccdc3d265 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -102,7 +102,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]
