Skip to content

Commit

Permalink
[parsers] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gph82 committed Jun 13, 2024
1 parent de9eabc commit 131297d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdciao/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 131297d

Please sign in to comment.