Skip to content

Commit fe74af3

Browse files
committed
Reverte
1 parent bdb53e6 commit fe74af3

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
@@ -819,7 +819,7 @@ class Employee(Person):
819819
self.staff_num = staff_num
820820
```
821821

822-
```pycon
822+
```python
823823
>>> Employee.mro()
824824
[<class 'Employee'>, <class 'Person'>, <class 'object'>]
825825
```

0 commit comments

Comments
 (0)