From 86f7bb7edec969114edbd864437e35eb722da2a9 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:57:36 +0200 Subject: [PATCH] [3.14] gh-138148: Fix grammatical error in the `asynchronous generator iterator` term (GH-138155) (#138159) 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 69e8857af894..453445211672 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 -- 2.47.3