From 774f557c0385be8cc4a845e6cdf2e1d97c385b4c Mon Sep 17 00:00:00 2001
From: Nikolai Mork <nikolmo@stud.ntnu.no>
Date: Tue, 17 Mar 2020 09:33:41 +0100
Subject: [PATCH] Apply suggestion to soitool/database.py

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

diff --git a/soitool/database.py b/soitool/database.py
index 16029b7..17a3ff5 100644
--- a/soitool/database.py
+++ b/soitool/database.py
@@ -32,7 +32,7 @@ class Database:
     Connects to existing db if found, creates new db if not.
     If db is created, tables are created and filled.
 
-    Holds a QTimer that requests a update of CodeBook on every timeout.
+    Holds a QTimer that requests an update of CodeBook on every timeout.
     """
 
     def __init__(self):
-- 
GitLab