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 bfb855b commit 25221b3Copy full SHA for 25221b3
Doc/glossary.rst
@@ -112,8 +112,8 @@ Glossary
112
113
This is an :term:`asynchronous iterator` which when called using the
114
:meth:`__anext__` method returns an awaitable object which will execute
115
- that the body of the asynchronous generator function until the
116
- next :keyword:`yield` expression.
+ the body of the asynchronous generator function until the next
+ :keyword:`yield` expression.
117
118
Each :keyword:`yield` temporarily suspends processing, remembering the
119
location execution state (including local variables and pending
0 commit comments