From ca6bc07cdae5863a05ab1f245d08dc4226d24620 Mon Sep 17 00:00:00 2001 From: Lawrence Qupty <80665382+Lawqup@users.noreply.github.com> Date: Sat, 18 Nov 2023 17:17:17 -0800 Subject: [PATCH] Fix Idicate docs typo --- manim/animation/indication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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