Skip to content

Commit ef42a2d

Browse files
author
opavliuk
committed
bpo-34788 Fix typo
1 parent 2f7de77 commit ef42a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/ipaddress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ def __eq__(self, other):
19241924
return NotImplemented
19251925
if not address_equal:
19261926
return False
1927-
return self._scope_id == getattr(other, '._scope_id', None)
1927+
return self._scope_id == getattr(other, '_scope_id', None)
19281928

19291929
@property
19301930
def scope_id(self):

0 commit comments

Comments
 (0)