Skip to content

Commit 5ce3205

Browse files
committed
corrected comment
1 parent eb2ed28 commit 5ce3205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mltu/configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def serialize(self):
1313
if key not in ['__module__', '__init__', '__doc__', '__annotations__']}
1414
instance_attributes = self.__dict__
1515

16-
# first init with class attributes then apply instance attributes, overwriting any existing duplicate attributes
16+
# first init with class attributes then apply instance attributes overwriting any existing duplicate attributes
1717
all_attributes = class_attributes.copy()
1818
all_attributes.update(instance_attributes)
1919

0 commit comments

Comments
 (0)