fix(docs): typos

This commit is contained in:
Jérome Eertmans
2024-01-18 22:20:55 +01:00
parent 9cd50e73b2
commit cb4f6f552c
2 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ def start_at_callback(
"--skip-all", "--skip-all",
is_flag=True, is_flag=True,
help="Skip all slides, useful the test if slides are working. " help="Skip all slides, useful the test if slides are working. "
"Automatically sets `--exit-after-last-slide` to True.", "Automatically sets ``--exit-after-last-slide`` to True.",
) )
@click.option( @click.option(
"--exit-after-last-slide", "--exit-after-last-slide",
@ -182,7 +182,7 @@ def start_at_callback(
type=str, type=str,
callback=start_at_callback, callback=start_at_callback,
default=(None, None), default=(None, None),
help="Start presenting at (x, y), equivalent to --sacn x --sasn y, " help="Start presenting at (x, y), equivalent to ``--sacn x --sasn y``, "
"and overrides values if not None.", "and overrides values if not None.",
) )
@click.option( @click.option(

View File

@ -29,7 +29,7 @@ import click
envvar="MANIM_RENDERER", envvar="MANIM_RENDERER",
show_envvar=True, show_envvar=True,
help="If set, use Manim Community Edition (CE) renderer. " help="If set, use Manim Community Edition (CE) renderer. "
"If this or --GL is not set, default to CE renderer.", "If this or ``--GL`` is not set, defaults to CE renderer.",
) )
@click.option( @click.option(
"--GL", "--GL",