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 1/2] 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) From 25f672cc55396285a8de52b8c70b3bec07adc0ef Mon Sep 17 00:00:00 2001 From: Sujan Dutta Date: Fri, 17 Jul 2020 10:47:55 +0530 Subject: [PATCH 2/2] Update imports.py corrected the linking word. --- manimlib/imports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/imports.py b/manimlib/imports.py index 1020f8ce..90aaa3be 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.