Browse Source

Pycon test

pull/28/head
Jure Šorn 5 years ago
parent
commit
bdb53e6d83
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
```
```python
```pycon
>>> Employee.mro()
[<class 'Employee'>, <class 'Person'>, <class 'object'>]
```

Loading…
Cancel
Save