We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7488275 commit 2fd0723Copy full SHA for 2fd0723
README.md
@@ -718,7 +718,7 @@ class MyComparable:
718
719
### Hashable
720
* **Hashable object needs both hash() and eq() methods and it's hash value should never change.**
721
-* **Objects that compare equal must have the same hash value, meaning default hash() that returns `'id(self)'` will not do.**
+* **Hashable objects that compare equal must have the same hash value, meaning default hash() that returns `'id(self)'` will not do.**
722
* **That is why Python automatically makes classes unhashable if you only implement eq().**
723
724
```python
0 commit comments