From 435a2631c991ec32c323b787da430216eb68e70e Mon Sep 17 00:00:00 2001 From: Kyle Cheng <37385704+kcheng0222@users.noreply.github.com> Date: Sun, 31 May 2020 09:44:39 -0700 Subject: [PATCH] Fixed typo from "depricated" to "deprecated" --- manimlib/animation/transform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/animation/transform.py b/manimlib/animation/transform.py index fef38184..b70e7c8d 100644 --- a/manimlib/animation/transform.py +++ b/manimlib/animation/transform.py @@ -291,7 +291,7 @@ class Swap(CyclicReplace): pass # Renaming, more understandable for two entries -# TODO, this may be depricated...worth reimplementing? +# TODO, this may be deprecated...worth reimplementing? class TransformAnimations(Transform): CONFIG = { "rate_func": squish_rate_func(smooth)