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.
1 parent 73fb155 commit cd247a7Copy full SHA for cd247a7
Doc/glossary.rst
@@ -107,7 +107,7 @@ Glossary
107
statements.
108
109
asynchronous generator iterator
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