From 678319246e78cf78e788160037d73babf5583211 Mon Sep 17 00:00:00 2001 From: fjosw Date: Wed, 30 Nov 2022 16:58:32 +0000 Subject: [PATCH] Documentation updated --- docs/pyerrors/input/json.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyerrors/input/json.html b/docs/pyerrors/input/json.html index 84c3fc5a..0b8c382c 100644 --- a/docs/pyerrors/input/json.html +++ b/docs/pyerrors/input/json.html @@ -513,7 +513,7 @@ 420 elif io['type'] == 'Corr': 421 ol.append(get_Corr_from_dict(io)) 422 else: -423 raise Exception("Unkown datatype.") +423 raise Exception("Unknown datatype.") 424 425 if full_output: 426 retd = {}