We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd31ba commit f93b0ddCopy full SHA for f93b0dd
concepts/classes/about.md
@@ -118,7 +118,7 @@ class MyClass:
118
def __init__(self, location):
119
120
# This is an instance or object property, attribute, or variable.
121
- # Note that we are unpacking the tuple argument into two seperate instance variables.
+ # Note that we are unpacking the tuple argument into two separate instance variables.
122
self.location_x = location[0]
123
self.location_y = location[1]
124
0 commit comments