[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 43b113d23d)

Co-authored-by: Krishna Chaitanya <141550576+XChaitanyaX@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-08-26 13:20:32 +02:00 committed by GitHub
parent bad7bc49f1
commit 31eb3ef569
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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