From 18a3dbeaa0747363137c690214cc9c66f955f08f Mon Sep 17 00:00:00 2001 From: Nikolai Mork <nikolmo@stud.ntnu.no> Date: Tue, 17 Mar 2020 09:40:24 +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 b3a985c..4fc3ae7 100644 --- a/soitool/database.py +++ b/soitool/database.py @@ -218,7 +218,7 @@ class Database: def seconds_to_next_update(self): """ - Returns time to next update of Codebook in seconds. + Return time to next update of Codebook in seconds. Returns ------- -- GitLab