Skip to content

Commit a1b5b04

Browse files
committed
Fix: typo
1 parent 3b48698 commit a1b5b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kaleidoscope/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def create() -> ArgumentParser:
3535
"""
3636
parser = _ArgumentParser(
3737
prog=f"{__name__}",
38-
description="This scientific processor simulates measurement"
38+
description="This scientific processor simulates measurement "
3939
"errors.",
4040
epilog="Copyright (c) Brockmann Consult GmbH, 2025. "
4141
"License: MIT",

0 commit comments

Comments
 (0)