]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-138148: Fix grammatical error in the `asynchronous generator iterator` term (GH...
authorKrishna Chaitanya <141550576+XChaitanyaX@users.noreply.github.com>
Tue, 26 Aug 2025 11:13:33 +0000 (16:43 +0530)
committerGitHub <noreply@github.com>
Tue, 26 Aug 2025 11:13:33 +0000 (07:13 -0400)
Doc/glossary.rst

index 69e8857af894e47dadbaacdf605ebc1364107b6e..453445211672da2e152a74e797581f4525789fed 100644 (file)
@@ -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