From 9f945d994064df0ba14fdda3870cdf5bbfb3296d Mon Sep 17 00:00:00 2001 From: BERENGENITA Date: Thu, 27 Aug 2020 12:17:43 +0200 Subject: [PATCH] Fixed typo in comment imports.py I have fixed a very simple typo and would like to commit it. --- 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.