Skip to content

Commit 91afcc9

Browse files
committed
update docstring, again
1 parent ccd9de5 commit 91afcc9

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
@@ -303,6 +303,8 @@ def get_names_in_store_context(tree):
303303
304304
- The names in the as-part of ``With``
305305
306+
- The names bound in `match`/`case` patterns (Python 3.10+)
307+
306308
Duplicates may be returned; use ``set(...)`` or ``list(uniqify(...))``
307309
on the output to remove them.
308310

0 commit comments

Comments
 (0)