summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/reference/executionmodel.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/executionmodel.rst b/Doc/reference/executionmodel.rst
index d918356..3f01180 100644
--- a/Doc/reference/executionmodel.rst
+++ b/Doc/reference/executionmodel.rst
@@ -67,7 +67,7 @@ The following constructs bind names:
+ :keyword:`for` loop header,
+ after :keyword:`!as` in a :keyword:`with` statement, :keyword:`except`
- clause or in the as-pattern in structural pattern matching,
+ clause, :keyword:`except* <except_star>` clause, or in the as-pattern in structural pattern matching,
+ in a capture pattern in structural pattern matching
* :keyword:`import` statements.