From 008b05e431b0f9d0f41b8248a9e871c0da3957fc Mon Sep 17 00:00:00 2001
From: "Anders H. Rebner" <anderhre@stud.ntnu.no>
Date: Thu, 9 Apr 2020 17:57:13 +0200
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 72c8526..7afdc8f 100644
--- a/soitool/database.py
+++ b/soitool/database.py
@@ -344,7 +344,7 @@ class Database:
     def insert_soi(self, soi):
         """Serialize, compress and insert SOI into database-table SOI.
 
-        If one or more SOI's with the same title exist in db, (1), (2), ...
+        If one or more SOI's with the same title exist in db, '(1)', '(2)', ...
         is added to the Title-column of the SOI to insert.
 
         Parameters
-- 
GitLab