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 a458d2d commit b9a7c14Copy full SHA for b9a7c14
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