Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Technologicat committed Sep 27, 2024
1 parent 1f2fdaa commit ccd9de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unpythonic/syntax/scopeanalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ def get_names_in_store_context(tree):
This includes:
- Any ``Name`` in store context (such as on the LHS of an `Assign`
or `NamedExpr` node)
- Any ``Name`` in store context (such as on the LHS of an `Assign`,
`NamedExpr` (Python 3.8+), `TypeAlias` (Python 3.12+))
- The name of ``FunctionDef``, ``AsyncFunctionDef`` or``ClassDef``
Expand Down

0 comments on commit ccd9de5

Please sign in to comment.