From 87884c0054e1300a16bb8b059f4ff2e28b4ed736 Mon Sep 17 00:00:00 2001 From: Liu Zichen <38581401+lkevinzc@users.noreply.github.com> Date: Fri, 28 Dec 2018 20:22:38 +0800 Subject: [PATCH] small typo corrected --- manimlib/mobject/mobject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/mobject/mobject.py b/manimlib/mobject/mobject.py index 49a82038..1407ca33 100644 --- a/manimlib/mobject/mobject.py +++ b/manimlib/mobject/mobject.py @@ -400,7 +400,7 @@ class Mobject(Container): mob1.align_to(mob2, UP) moves mob1 vertically so that its top edge lines ups with mob2's top edge. - mob1.align_to(mob2, alignment_vector = RIGHT) moves mob1 + mob1.align_to(mob2, alignment_vect = RIGHT) moves mob1 horizontally so that it's center is directly above/below the center of mob2 """