mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Typo fix
This commit is contained in:
@ -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
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user