Skip to content

Commit f059f50

Browse files
committed
cli/main: fix typo
1 parent 5f8f8ef commit f059f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pypdfium2/_cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def main(argv=sys.argv[1:]):
2727
parser.add_subcommand(
2828
"render",
2929
method = renderer.main,
30-
help = "Rasteries pages of a PDF file",
30+
help = "Rasterise pages of a PDF file",
3131
)
3232
parser.add_subcommand(
3333
"toc",

0 commit comments

Comments
 (0)