Skip to content

Commit e9c58d8

Browse files
Fix typo
Co-authored-by: Stanislav Terliakov <[email protected]>
1 parent 5f7e2c6 commit e9c58d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4605,7 +4605,7 @@ def check_member_assignment(
46054605
lvalue, is_lvalue=False
46064606
)
46074607

4608-
# Special case: if the rvalue_type is a subtype of both '__get__' type, and
4608+
# Special case: if the rvalue_type is a subtype of '__get__' type, and
46094609
# '__get__' type is narrower than '__set__', then we invoke the binder to narrow type
46104610
# by this assignment. Technically, this is not safe, but in practice this is
46114611
# what a user expects.

0 commit comments

Comments
 (0)