Kaydet (Commit) 25221b32 authored tarafından Sebastián Ramírez's avatar Sebastián Ramírez Kaydeden (comit) Miss Islington (bot)

Fix typo in asynchronous generator iterator documentation (GH-10542)



Remove an unnecessary "that":
... will execute that the body ... ->  ... will execute the body ...
üst bfb855be
......@@ -112,8 +112,8 @@ Glossary
This is an :term:`asynchronous iterator` which when called using the
:meth:`__anext__` method returns an awaitable object which will execute
that the body of the asynchronous generator function until the
next :keyword:`yield` expression.
the body of the asynchronous generator function until the next
:keyword:`yield` expression.
Each :keyword:`yield` temporarily suspends processing, remembering the
location execution state (including local variables and pending
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment