mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Typo fix
This commit is contained in:
parent
d794ff8bc9
commit
8159f701f4
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class Mobject(Container):
|
|||
return self
|
||||
|
||||
def add_to_back(self, *mobjects):
|
||||
self.set_submobjects(list_update(mobjects, self.sub_mobjects))
|
||||
self.set_submobjects(list_update(mobjects, self.submobjects))
|
||||
return self
|
||||
|
||||
def replace_submobject(self, index, new_submob):
|
||||
|
|
Loading…
Add table
Reference in a new issue