We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asynchronous generator iterator
1 parent 1700cc4 commit 43b113dCopy full SHA for 43b113d
Doc/glossary.rst
@@ -107,7 +107,7 @@ Glossary
107
statements.
108
109
110
- An object created by a :term:`asynchronous generator` function.
+ An object created by an :term:`asynchronous generator` function.
111
112
This is an :term:`asynchronous iterator` which when called using the
113
:meth:`~object.__anext__` method returns an awaitable object which will execute
0 commit comments