]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-138148: Fix grammatical error in the `asynchronous generator iterator`...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Aug 2025 13:57:36 +0000 (15:57 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Aug 2025 13:57:36 +0000 (16:57 +0300)
Co-authored-by: Krishna Chaitanya <141550576+XChaitanyaX@users.noreply.github.com>
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