Browse Source

Reverte

pull/28/head
Jure Šorn 6 years ago
parent
commit
fe74af360d
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -819,7 +819,7 @@ class Employee(Person):
self.staff_num = staff_num
```
```pycon
```python
>>> Employee.mro()
[<class 'Employee'>, <class 'Person'>, <class 'object'>]
```

Loading…
Cancel
Save