From bae3ec78bd10dda7e0c0c8b76da523ba2996b4a6 Mon Sep 17 00:00:00 2001
From: morkolai <nikolai-mork@live.no>
Date: Fri, 13 Mar 2020 10:56:35 +0100
Subject: [PATCH] #52 Gjorde summary i docstring til imperativ.

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

diff --git a/soitool/database.py b/soitool/database.py
index 12e6539..db4854c 100644
--- a/soitool/database.py
+++ b/soitool/database.py
@@ -226,7 +226,7 @@ class Database:
 
     def update_codebook_auto(self):
         """
-        Updates Codebook if it is less than 10 til next update.
+        Update Codebook if it is less than 10 til next update.
 
         Returns
         -------
-- 
GitLab