mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 05:24:22 +08:00
Typo fix
This commit is contained in:
@ -161,7 +161,7 @@ class Mobject(Container):
|
||||
|
||||
def get_time_based_updaters(self):
|
||||
return [
|
||||
udpater
|
||||
updater
|
||||
for updater in self.updaters
|
||||
if get_num_args(updater) == 2
|
||||
]
|
||||
|
Reference in New Issue
Block a user