Skip to content

Commit

Permalink
fix(docs): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jan 18, 2024
1 parent 9cd50e7 commit cb4f6f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manim_slides/present/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def str_to_int_or_none(value: str) -> Optional[int]:
"--skip-all",
is_flag=True,
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(
"--exit-after-last-slide",
Expand Down Expand Up @@ -182,7 +182,7 @@ def str_to_int_or_none(value: str) -> Optional[int]:
type=str,
callback=start_at_callback,
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.",
)
@click.option(
Expand Down
2 changes: 1 addition & 1 deletion manim_slides/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
envvar="MANIM_RENDERER",
show_envvar=True,
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(
"--GL",
Expand Down

0 comments on commit cb4f6f5

Please sign in to comment.