Skip to content

Commit 57e6f3d

Browse files
committed
Fix typo in animation override debug log
1 parent 4747ef6 commit 57e6f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/animation/animation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def __new__(
121121
if func is not None:
122122
anim = func(mobject, *args, **kwargs)
123123
logger.debug(
124-
f"The {cls.__name__} animation has been is overridden for "
124+
f"The {cls.__name__} animation has been overridden for "
125125
f"{type(mobject).__name__} mobjects. use_override = False can "
126126
f" be used as keyword argument to prevent animation overriding.",
127127
)

0 commit comments

Comments
 (0)