Skip to content

Commit a8a4752

Browse files
authored
Merge pull request #12896 from aschwaighofer/fix_SIL_rst
2 parents 815d82c + e18bb9f commit a8a4752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SIL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3161,7 +3161,7 @@ except:
31613161
- the callee value must have a ``yield_once`` coroutine type,
31623162

31633163
- control returns to this function not when the coroutine performs a
3164-
``return``, but when it performs a ``yield`, and
3164+
``return``, but when it performs a ``yield``, and
31653165

31663166
- the instruction results are derived from the yields of the coroutine
31673167
instead of its normal results.

0 commit comments

Comments
 (0)