Skip to content

Commit 25221b3

Browse files
tiangolomiss-islington
authored andcommitted
Fix typo in asynchronous generator iterator documentation (GH-10542)
Remove an unnecessary "that": ... will execute that the body ... -> ... will execute the body ...
1 parent bfb855b commit 25221b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/glossary.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ Glossary
112112

113113
This is an :term:`asynchronous iterator` which when called using the
114114
: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.
115+
the body of the asynchronous generator function until the next
116+
:keyword:`yield` expression.
117117

118118
Each :keyword:`yield` temporarily suspends processing, remembering the
119119
location execution state (including local variables and pending

0 commit comments

Comments
 (0)