Skip to content

Commit 0ea586b

Browse files
authored
Clarified documentation for --resolution flag (#3108)
1 parent 87dbd03 commit 0ea586b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/cli/render/render_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def validate_resolution(ctx, param, value):
8383
"--resolution",
8484
callback=validate_resolution,
8585
default=None,
86-
help="Resolution in (W,H) for when 16:9 aspect ratio isn't possible.",
86+
help='Resolution in "W,H" for when 16:9 aspect ratio isn\'t possible.',
8787
),
8888
option(
8989
"--fps",

0 commit comments

Comments
 (0)