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)