Skip to content

Commit 43b113d

Browse files
authored
gh-138148: Fix grammatical error in the asynchronous generator iterator term (GH-138155)
1 parent 1700cc4 commit 43b113d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Glossary
107107
statements.
108108

109109
asynchronous generator iterator
110-
An object created by a :term:`asynchronous generator` function.
110+
An object created by an :term:`asynchronous generator` function.
111111

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

0 commit comments

Comments
 (0)