Skip to content

Commit d8e23c9

Browse files
committed
Tweak comment
1 parent b50d638 commit d8e23c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ class MethodContext(NamedTuple):
495495
class AttributeContext(NamedTuple):
496496
type: ProperType # Type of object with attribute
497497
default_attr_type: Type # Original attribute type
498-
is_lvalue: bool # Whether the attribute is the target for an assignment
498+
is_lvalue: bool # Whether the attribute is the target of an assignment
499499
context: Context # Relevant location context (e.g. for error messages)
500500
api: CheckerPluginInterface
501501

0 commit comments

Comments
 (0)