mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
Use proper value for False
This commit is contained in:
parent
2fa0b9d0bd
commit
1338946c7b
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ class Values:
|
|||
elif isinstance(other, dict):
|
||||
return self.__dict__ == other
|
||||
else:
|
||||
return false
|
||||
return False
|
||||
|
||||
def __ne__(self, other):
|
||||
return not (self == other)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue