There was an error while loading. Please reload this page.
1 parent 0c425f4 commit 9297692Copy full SHA for 9297692
Status/Day_12.md
@@ -57,7 +57,7 @@ class American():
57
58
american = American()
59
american.printNationality() # this will not run if @staticmethod does not decorates the function.
60
- # Because the class has no inctance.
+ # Because the class has no instance.
61
62
American.printNationality() # this will run even though the @staticmethod
63
# does not decorate printNationality()
0 commit comments