Skip to content

Commit 62717f8

Browse files
XChaitanyaXmiss-islington
authored andcommitted
gh-138148: Fix grammatical error in the asynchronous generator iterator term (GH-138155)
(cherry picked from commit 43b113d) Co-authored-by: Krishna Chaitanya <[email protected]>
1 parent bad7bc4 commit 62717f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Glossary
102102
statements.
103103

104104
asynchronous generator iterator
105-
An object created by a :term:`asynchronous generator` function.
105+
An object created by an :term:`asynchronous generator` function.
106106

107107
This is an :term:`asynchronous iterator` which when called using the
108108
:meth:`~object.__anext__` method returns an awaitable object which will execute

0 commit comments

Comments
 (0)