From 6eba4ee47330f92ff3f2f2097914e5d3442f5c91 Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Wed, 30 Nov 2022 16:57:31 +0000 Subject: [PATCH] fix: typo in input.json corrected. --- pyerrors/input/json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyerrors/input/json.py b/pyerrors/input/json.py index 45e6daa0..ebef1562 100644 --- a/pyerrors/input/json.py +++ b/pyerrors/input/json.py @@ -420,7 +420,7 @@ def _parse_json_dict(json_dict, verbose=True, full_output=False): elif io['type'] == 'Corr': ol.append(get_Corr_from_dict(io)) else: - raise Exception("Unkown datatype.") + raise Exception("Unknown datatype.") if full_output: retd = {}