From 131297dcd56a7bdaffa16e32a1d235d035672a6e Mon Sep 17 00:00:00 2001 From: gph82 Date: Thu, 13 Jun 2024 21:54:37 +0200 Subject: [PATCH] [parsers] typo --- mdciao/parsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdciao/parsers.py b/mdciao/parsers.py index 4abc929f..a567bf5c 100644 --- a/mdciao/parsers.py +++ b/mdciao/parsers.py @@ -750,7 +750,7 @@ def parser_for_KLIFS_overview(): "This nomenclature can be read locally or over the network from the " "KLIFS database." ) - parser.add_argument("KLISFS_string_or_excelfile", type=str, + parser.add_argument("KLIFS_string_or_excelfile", type=str, help="Get KLIFS definitions from here. A string, " "e.g. P31751 to construct a path to a an Excel File 'KLIFS_P31751.xlsx', " "or an Excel File directly. If nothing is found locally, there will be a web-lookup "