fix format

This commit is contained in:
surister 2019-10-22 10:29:03 +02:00
parent e497b6bcf0
commit deaf3736c2

View File

@ -1754,6 +1754,7 @@ bruno.bark()
Calling super() calls the Base method, thus, calling super().__init__() we called the Animal __init__.
There is a more advanced python feature called MetaClasses that aid the programmer to directly control class creation.
```
</b></details>