Skip to content

Commit ac7f6a0

Browse files
committed
Format, Decorator, Class
1 parent 1faec76 commit ac7f6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,8 @@ class Employee(Person):
703703
```
704704

705705
### Comparable
706-
* **If eq() method is not overridden, it returns `'id(self) == id(other)'`, which is the same as `'self is other'`,**
707-
* **meaning all objects compare not equal by default.**
706+
* **If eq() method is not overridden, it returns `'id(self) == id(other)'`, which is the same as `'self is other'`.**
707+
* **That means all objects compare not equal by default.**
708708

709709
```python
710710
class MyComparable:

0 commit comments

Comments
 (0)