Skip to content

Commit 1257937

Browse files
XChaitanyaXmiss-islington
authored andcommitted
pythongh-138148: Fix grammatical error in the asynchronous generator iterator term (pythonGH-138155)
(cherry picked from commit 43b113d) Co-authored-by: Krishna Chaitanya <[email protected]>
1 parent 01afacc commit 1257937

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
@@ -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)