Skip to content

Commit

Permalink
Rename inheritace.py to inheritance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
groverkds authored Jan 26, 2021
1 parent 9b9a589 commit 2367fcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def sound(self):

x = Dog()
x.print_habitat()
x.sound()
x.sound()

0 comments on commit 2367fcb

Please sign in to comment.