Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
natelust committed Mar 24, 2022
1 parent af701d9 commit a7dbb50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def __set__(self, instance: Config,
if value is None or (self.default is not None and self.default == value):
value = self.StructClass(instance, self, value, at=at, label=label)
else:
# An actual value is being assgigned check for what it is
# An actual value is being assigned check for what it is
if isinstance(value, self.StructClass):
# If this is a ConfigurableActionStruct, we need to make our own
# copy that references this current field
Expand Down

0 comments on commit a7dbb50

Please sign in to comment.