diff --git a/manim/animation/indication.py b/manim/animation/indication.py index e0ba47430e..572ed85c91 100644 --- a/manim/animation/indication.py +++ b/manim/animation/indication.py @@ -131,7 +131,7 @@ class Indicate(Transform): color The color the mobject temporally takes. rate_func - The function definig the animation progress at every point in time. + The function defining the animation progress at every point in time. kwargs Additional arguments to be passed to the :class:`~.Succession` constructor