From 62717f858a1d2c0df5af1f20bf2f17d0da49e8c7 Mon Sep 17 00:00:00 2001 From: Krishna Chaitanya <141550576+XChaitanyaX@users.noreply.github.com> Date: Tue, 26 Aug 2025 16:43:33 +0530 Subject: [PATCH] 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> --- Doc/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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