Merge pull request #380 from lkevinzc/master

a small typo corrected
This commit is contained in:
Devin Neal 2018-12-28 13:44:23 -06:00 committed by GitHub
commit a9c2f5b349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
"""