From 2367fcbd76140895285a35f79fe4255e479d7eb9 Mon Sep 17 00:00:00 2001 From: Karandeep Singh Grover <30365139+groverkds@users.noreply.github.com> Date: Tue, 26 Jan 2021 09:58:28 +0530 Subject: [PATCH] Rename inheritace.py to inheritance.py --- Basics/Hindi/17_inheritance/{inheritace.py => inheritance.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Basics/Hindi/17_inheritance/{inheritace.py => inheritance.py} (97%) diff --git a/Basics/Hindi/17_inheritance/inheritace.py b/Basics/Hindi/17_inheritance/inheritance.py similarity index 97% rename from Basics/Hindi/17_inheritance/inheritace.py rename to Basics/Hindi/17_inheritance/inheritance.py index d64efa1e..b9c860db 100644 --- a/Basics/Hindi/17_inheritance/inheritace.py +++ b/Basics/Hindi/17_inheritance/inheritance.py @@ -19,4 +19,4 @@ def sound(self): x = Dog() x.print_habitat() -x.sound() \ No newline at end of file +x.sound()