Skip to content

Commit 86f7bb7

Browse files
[3.14] gh-138148: Fix grammatical error in the asynchronous generator iterator term (GH-138155) (#138159)
Co-authored-by: Krishna Chaitanya <[email protected]>
1 parent 6c2d42f commit 86f7bb7

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)