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