diff --git a/test/test_serialize_export_import.py b/test/test_serialize_export_import.py index aa96fe5c081fc714d6de10c1dfcb0c048c0cac8d..143c31635110ed0a69270a28e3124aba99960d80 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.