Skip to content

Commit 0e38a93

Browse files
author
Tomer Shalev
committed
Fix typo
1 parent b97914d commit 0e38a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/labelle/cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def default(
206206
] = DEFAULT_MARGIN_PX,
207207
font_scale: Annotated[
208208
float,
209-
typer.Option(help="Scaling font factor, [0,100] [%%]"),
209+
typer.Option(help="Scaling font factor, [0,100] [%]"),
210210
] = 90,
211211
tape_size_mm: Annotated[
212212
Optional[int],

0 commit comments

Comments
 (0)