From a6fac19045695df06eff423e740ae89a64240827 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Holene=20L=C3=B8kkeborg?= <thomahl@stud.ntnu.no>
Date: Tue, 31 Mar 2020 12:50:17 +0200
Subject: [PATCH] Apply suggestion to soitool/setup_settings.py

---
 soitool/setup_settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/soitool/setup_settings.py b/soitool/setup_settings.py
index fc91495..2a683a0 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()
-- 
GitLab