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) diff --git a/manimlib/imports.py b/manimlib/imports.py index 084aa0ac..6a2035dd 100644 --- a/manimlib/imports.py +++ b/manimlib/imports.py @@ -1,5 +1,5 @@ """ -I won't pretend like this is best practice, by in creating animations for a video, +I won't pretend like this is best practice, but in creating animations for a video, it can be very nice to simply have all of the Mobjects, Animations, Scenes, etc. of manim available without having to worry about what namespace they come from.