diff --git a/soitool/setup_settings.py b/soitool/setup_settings.py index 2a683a0c59b7ea175f6ed534e82f26ca159d8a89..2b2231b42b653e86543225c6902651d3354422fe 100644 --- a/soitool/setup_settings.py +++ b/soitool/setup_settings.py @@ -194,7 +194,7 @@ class Setup(QDialog): # pylint: disable = R0902 else: property_changes["placement_strategy"] = "manual" - # loop through groupbox to find checked radiobuttons + # Loop through groupbox to find checked radiobuttons for i in self.group_algorithm_bin.findChildren(QRadioButton): if i.isChecked(): property_changes["algorithm_bin"] = i.text()