Skip to content

Commit 4e4e293

Browse files
authored
chore(lib): fix typo in warning message (#214)
1 parent caa4c48 commit 4e4e293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim_slides/manim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def suppress_stdout() -> Iterator[None]:
4444
from manim import logger
4545

4646
logger.warn(
47-
"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"
47+
"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"
4848
)
4949
MANIM = True
5050
MANIMGL = False

0 commit comments

Comments
 (0)