Skip to content

Commit 31eb3ef

Browse files
[3.13] gh-138148: Fix grammatical error in the asynchronous generator iterator term (GH-138155) (GH-138160)
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 31eb3ef

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)