Skip to content

Commit e18bb9f

Browse files
committed
Fix SIL.rst
1 parent 815d82c commit e18bb9f

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)