mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
Fixed typo in class name in example_scenes.py
Changed UdatersExample to UpdatersExample.
This commit is contained in:
@ -111,7 +111,7 @@ class WriteStuff(Scene):
|
||||
self.wait()
|
||||
|
||||
|
||||
class UdatersExample(Scene):
|
||||
class UpdatersExample(Scene):
|
||||
def construct(self):
|
||||
decimal = DecimalNumber(
|
||||
0,
|
||||
|
Reference in New Issue
Block a user