Skip to content

Commit 9297692

Browse files
Question 40 Comment Typo - inctance -> instance
1 parent 0c425f4 commit 9297692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Status/Day_12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class American():
5757

5858
american = American()
5959
american.printNationality() # this will not run if @staticmethod does not decorates the function.
60-
# Because the class has no inctance.
60+
# Because the class has no instance.
6161

6262
American.printNationality() # this will run even though the @staticmethod
6363
# does not decorate printNationality()

0 commit comments

Comments
 (0)