Skip to content

Commit cb4f6f5

Browse files
committed
fix(docs): typos
1 parent 9cd50e7 commit cb4f6f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manim_slides/present/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def str_to_int_or_none(value: str) -> Optional[int]:
154154
"--skip-all",
155155
is_flag=True,
156156
help="Skip all slides, useful the test if slides are working. "
157-
"Automatically sets `--exit-after-last-slide` to True.",
157+
"Automatically sets ``--exit-after-last-slide`` to True.",
158158
)
159159
@click.option(
160160
"--exit-after-last-slide",
@@ -182,7 +182,7 @@ def str_to_int_or_none(value: str) -> Optional[int]:
182182
type=str,
183183
callback=start_at_callback,
184184
default=(None, None),
185-
help="Start presenting at (x, y), equivalent to --sacn x --sasn y, "
185+
help="Start presenting at (x, y), equivalent to ``--sacn x --sasn y``, "
186186
"and overrides values if not None.",
187187
)
188188
@click.option(

manim_slides/render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
envvar="MANIM_RENDERER",
3030
show_envvar=True,
3131
help="If set, use Manim Community Edition (CE) renderer. "
32-
"If this or --GL is not set, default to CE renderer.",
32+
"If this or ``--GL`` is not set, defaults to CE renderer.",
3333
)
3434
@click.option(
3535
"--GL",

0 commit comments

Comments
 (0)