We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4747ef6 commit 57e6f3dCopy full SHA for 57e6f3d
manim/animation/animation.py
@@ -121,7 +121,7 @@ def __new__(
121
if func is not None:
122
anim = func(mobject, *args, **kwargs)
123
logger.debug(
124
- f"The {cls.__name__} animation has been is overridden for "
+ f"The {cls.__name__} animation has been overridden for "
125
f"{type(mobject).__name__} mobjects. use_override = False can "
126
f" be used as keyword argument to prevent animation overriding.",
127
)
0 commit comments