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 6c2d42f commit 86f7bb7Copy full SHA for 86f7bb7
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