Skip to content

Commit ccd9de5

Browse files
committed
update docstring
1 parent 1f2fdaa commit ccd9de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unpythonic/syntax/scopeanalyzer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ def get_names_in_store_context(tree):
290290
291291
This includes:
292292
293-
- Any ``Name`` in store context (such as on the LHS of an `Assign`
294-
or `NamedExpr` node)
293+
- Any ``Name`` in store context (such as on the LHS of an `Assign`,
294+
`NamedExpr` (Python 3.8+), `TypeAlias` (Python 3.12+))
295295
296296
- The name of ``FunctionDef``, ``AsyncFunctionDef`` or``ClassDef``
297297

0 commit comments

Comments
 (0)