Seperate to separate typo fix. (#3806)

This commit is contained in:
BethanyG
2024-10-31 14:45:58 -07:00
committed by GitHub
parent abd31ba96e
commit f93b0ddcc6

View File

@@ -118,7 +118,7 @@ class MyClass:
def __init__(self, location):
# This is an instance or object property, attribute, or variable.
# 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.
self.location_x = location[0]
self.location_y = location[1]