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 bad7bc4 commit 31eb3efCopy full SHA for 31eb3ef
Doc/glossary.rst
@@ -102,7 +102,7 @@ Glossary
102
statements.
103
104
105
- An object created by a :term:`asynchronous generator` function.
+ An object created by an :term:`asynchronous generator` function.
106
107
This is an :term:`asynchronous iterator` which when called using the
108
:meth:`~object.__anext__` method returns an awaitable object which will execute
0 commit comments