Skip to content

Commit f93b0dd

Browse files
authored
Seperate to separate typo fix. (#3806)
1 parent abd31ba commit f93b0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/classes/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class MyClass:
118118
def __init__(self, location):
119119

120120
# This is an instance or object property, attribute, or variable.
121-
# Note that we are unpacking the tuple argument into two seperate instance variables.
121+
# Note that we are unpacking the tuple argument into two separate instance variables.
122122
self.location_x = location[0]
123123
self.location_y = location[1]
124124

0 commit comments

Comments
 (0)