From 039c6ffcad8b53f819eed1133aeab5e16fb2d5c5 Mon Sep 17 00:00:00 2001 From: Joscha <joscha.schmiedt@leibniz-zmt.de> Date: Mon, 19 Jul 2021 10:15:07 +0000 Subject: [PATCH] FIX: typo in docstring --- src/caosadvancedtools/models/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caosadvancedtools/models/parser.py b/src/caosadvancedtools/models/parser.py index 62d44461..a81855f2 100644 --- a/src/caosadvancedtools/models/parser.py +++ b/src/caosadvancedtools/models/parser.py @@ -44,7 +44,7 @@ KEYWORDS_IGNORED = [ def _get_listdatatype(dtype): - """matches a string to check whehter the type definition is a list + """matches a string to check whether the type definition is a list returns the type within the list or None, if it cannot be matched with a list definition -- GitLab