Skip to content

Commit bdb53e6

Browse files
committed
Pycon test
1 parent f12f6b9 commit bdb53e6

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

0 commit comments

Comments
 (0)