From 8c3e13f4f27d8aa2fe8528ecdb86063977bb7488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Holene=20L=C3=B8kkeborg?= <thomahl@stud.ntnu.no> Date: Fri, 6 Mar 2020 12:49:12 +0100 Subject: [PATCH] Apply suggestion to soitool/modules/module_table.py --- soitool/modules/module_table.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soitool/modules/module_table.py b/soitool/modules/module_table.py index e4c3b98..0444e84 100644 --- a/soitool/modules/module_table.py +++ b/soitool/modules/module_table.py @@ -68,8 +68,8 @@ class TableModule(ModuleBase, QTableWidget, metaclass=Meta): The combinations used below work on Thomas' machine, but are not guaranteed to work on all machines. This needs to be checked. - Paramters - --------- + Parameters + ---------- event : QKeyEvent event sent by Qt for us to handle """ -- GitLab