diff --git a/manimlib/animation/transform.py b/manimlib/animation/transform.py index 297f322e..257feb17 100644 --- a/manimlib/animation/transform.py +++ b/manimlib/animation/transform.py @@ -294,7 +294,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)