diff --git a/README.md b/README.md index abd9bb8..f3c886c 100644 --- a/README.md +++ b/README.md @@ -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. + ```