mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Typo fix
This commit is contained in:
parent
2006554f93
commit
56d2dce133
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class Mobject(Container):
|
||||||
|
|
||||||
def get_time_based_updaters(self):
|
def get_time_based_updaters(self):
|
||||||
return [
|
return [
|
||||||
udpater
|
updater
|
||||||
for updater in self.updaters
|
for updater in self.updaters
|
||||||
if get_num_args(updater) == 2
|
if get_num_args(updater) == 2
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue