rainyear / python3-in-one-pic

Learn python3 in one picture.

Home Page:https://git.io/Coo-py3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Override Example doesn't inherit from Parent

mertzjames opened this issue · comments

class Bird: s/b class Bird(Animal):

I'm not sure if this is right (my knowledge about python is very small) but I could change that and open a PR (if this repo isn't already dead ^^)

Hopefully I can correct it the right way :) PR will come soon