Skip to content

Commit 2b9488d

Browse files
committed
Hashable
1 parent 5727449 commit 2b9488d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ class Employee(Person):
636636
```
637637

638638
### Comparable
639-
**If eq() method is not overriden, it returns `'id(self) == id(other)'`, which is the same as `'self is other'`, meaning all objects compare not equal by default.**
639+
**If eq() method is not overridden, it returns `'id(self) == id(other)'`, which is the same as `'self is other'`, meaning all objects compare not equal by default.**
640640

641641
```python
642642
class MyComparable:

0 commit comments

Comments
 (0)