]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-138148: Fix grammatical error in the `asynchronous generator iterator`...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Aug 2025 11:20:32 +0000 (13:20 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Aug 2025 11:20:32 +0000 (11:20 +0000)
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

index b03ef1f06ff7cd4f12a9c3b5d3c09afe72b4ee55..ea62fccdc3d26552e58974459fe0886e861534ae 100644 (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