From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 26 Aug 2025 11:20:32 +0000 (+0200) Subject: [3.13] gh-138148: Fix grammatical error in the `asynchronous generator iterator`... X-Git-Tag: v3.13.8~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31eb3ef569683243f76debab4de2df3d75c9cc03;p=thirdparty%2FPython%2Fcpython.git [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 <141550576+XChaitanyaX@users.noreply.github.com> --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index b03ef1f06ff7..ea62fccdc3d2 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