From 08351909f0567771d2b4f6405d0442378798ccb8 Mon Sep 17 00:00:00 2001
From: "Anders H. Rebner" <anderhre@stud.ntnu.no>
Date: Mon, 27 Apr 2020 09:42:20 +0200
Subject: [PATCH] Apply suggestion to soitool/soi_workspace_widget.py

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

diff --git a/soitool/soi_workspace_widget.py b/soitool/soi_workspace_widget.py
index 44915a4..57c7605 100644
--- a/soitool/soi_workspace_widget.py
+++ b/soitool/soi_workspace_widget.py
@@ -124,7 +124,7 @@ class SOIWorkspaceWidget(QWidget):
                 )
 
             try:
-                # some modules require the database in their init
+                # Some modules require the database in their init
                 if module_widget_implementation == CodePhraseModule:
                     module_widget_intance = module_widget_implementation(
                         database=self.database
-- 
GitLab