diff --git a/soitool/setup_settings.py b/soitool/setup_settings.py index fc91495fe2f2e2799fe85bc0942d145d3fef8f7d..2a683a0c59b7ea175f6ed534e82f26ca159d8a89 100644 --- a/soitool/setup_settings.py +++ b/soitool/setup_settings.py @@ -171,7 +171,7 @@ class Setup(QDialog): # pylint: disable = R0902 def save(self): """Save and update the SOI with the given changes.""" - # dict will contain all changes to make + # Dict will contain all changes to make property_changes = {} property_changes["title"] = self.edit_title.text() property_changes["description"] = self.edit_description.text()