Skip to content

Commit 2367fcb

Browse files
authored
Rename inheritace.py to inheritance.py
1 parent 9b9a589 commit 2367fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Basics/Hindi/17_inheritance/inheritace.py renamed to Basics/Hindi/17_inheritance/inheritance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ def sound(self):
1919

2020
x = Dog()
2121
x.print_habitat()
22-
x.sound()
22+
x.sound()

0 commit comments

Comments
 (0)