https://github.com/python/cpython/commit/43b113d23dfc5ab28d97fbb7ac94a36b361928d4
commit: 43b113d23dfc5ab28d97fbb7ac94a36b361928d4
branch: main
author: Krishna Chaitanya <[email protected]>
committer: ZeroIntensity <[email protected]>
date: 2025-08-26T07:13:33-04:00
summary:

gh-138148: Fix grammatical error in the `asynchronous generator iterator` term 
(GH-138155)

files:
M Doc/glossary.rst

diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 69e8857af894e4..453445211672da 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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to