diff --git a/soitool/setup_settings.py b/soitool/setup_settings.py index 8ce6831e9703da15578d439253c7fe2f00584714..1b8b1ff0d65194e0026f1b6c24de963095dbce34 100644 --- a/soitool/setup_settings.py +++ b/soitool/setup_settings.py @@ -210,7 +210,7 @@ class Setup(QDialog): # pylint: disable = R0902 property_changes["algorithm_sort"] = i.text() break - # pass changes as unpacked variable list + # Pass changes as unpacked variable list self.soi.update_properties(**property_changes) self.accept()