Skip to content

Commit 146f168

Browse files
gh-98227: executionmodel.rst: except* can also bind names (#98256)
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent f01b56c commit 146f168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/executionmodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following constructs bind names:
6767

6868
+ :keyword:`for` loop header,
6969
+ after :keyword:`!as` in a :keyword:`with` statement, :keyword:`except`
70-
clause or in the as-pattern in structural pattern matching,
70+
clause, :keyword:`except* <except_star>` clause, or in the as-pattern in structural pattern matching,
7171
+ in a capture pattern in structural pattern matching
7272

7373
* :keyword:`import` statements.

0 commit comments

Comments
 (0)