From 35656693f40c6cb0a84dee7448188edba1e65000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Holene=20L=C3=B8kkeborg?= <thomahl@stud.ntnu.no> Date: Tue, 31 Mar 2020 12:53:52 +0200 Subject: [PATCH] Apply suggestion to soitool/soi.py --- soitool/soi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soitool/soi.py b/soitool/soi.py index 36b454a..7c478fc 100644 --- a/soitool/soi.py +++ b/soitool/soi.py @@ -319,7 +319,7 @@ class SOI: self.algorithm_pack = algorithm_pack self.algorithm_sort = algorithm_sort - # prepare listener lists: list of functions to call after certain + # Prepare listener lists: list of functions to call after certain # events happen self.reorganization_listeners = [] self.new_module_listeners = [] -- GitLab