Skip to content

Commit

Permalink
chore(lib): fix typo in warning message (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored Jul 19, 2023
1 parent caa4c48 commit 4e4e293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manim_slides/manim.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def suppress_stdout() -> Iterator[None]:
from manim import logger

logger.warn(
"Both manim and manimgl are installed, therefore `manim-slide` needs to need which one to use. Please only import one of the two modules so that `manim-slide` knows which one to use. Here, manim is used by default"
"Both manim and manimgl are installed, therefore `manim-slide` needs to know which one to use. Please only import one of the two modules so that `manim-slide` knows which one to use. Here, manim is used by default"
)
MANIM = True
MANIMGL = False
Expand Down

0 comments on commit 4e4e293

Please sign in to comment.