mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 07:27:44 +00:00
small typo corrected
This commit is contained in:
parent
1b858a7f89
commit
87884c0054
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue