aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python
diff options
context:
space:
mode:
Diffstat (limited to 'queries/python')
-rw-r--r--queries/python/locals.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/python/locals.scm b/queries/python/locals.scm
index 7fdc167d7..2e619f71b 100644
--- a/queries/python/locals.scm
+++ b/queries/python/locals.scm
@@ -6,7 +6,7 @@
(expression_statement
(assignment
left: (left_hand_side
- (identifier) @definition.associated))))) @scope
+ (identifier) @definition.field))))) @scope
; Imports
(aliased_import