Skip to content

Commit fa7f224

Browse files
committed
update docstring (this time for sure!)
1 parent 91afcc9 commit fa7f224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unpythonic/syntax/scopeanalyzer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ def get_names_in_store_context(tree):
301301
302302
- The exception name of any ``except`` handlers
303303
304+
- The exception name of any ``except*`` handlers (Python 3.11+)
305+
304306
- The names in the as-part of ``With``
305307
306308
- The names bound in `match`/`case` patterns (Python 3.10+)

0 commit comments

Comments
 (0)