From fe1217268cba14227ddaa4730ab3f05be17f1786 Mon Sep 17 00:00:00 2001 From: "Anders H. Rebner" <anderhre@stud.ntnu.no> Date: Thu, 16 Apr 2020 16:42:01 +0200 Subject: [PATCH] Apply suggestion to test/test_serialize_export_import.py --- test/test_serialize_export_import.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_serialize_export_import.py b/test/test_serialize_export_import.py index aa96fe5..143c316 100644 --- a/test/test_serialize_export_import.py +++ b/test/test_serialize_export_import.py @@ -65,8 +65,8 @@ MODULES = [ def tablemodule_cloner(module): """Return new TableModule that is a clone of parameter module. - Paramters - --------- + Parameters + ---------- module : TableModule Module to clone. -- GitLab