mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 12:32:36 +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()
|
self.wait()
|
||||||
|
|
||||||
|
|
||||||
class UdatersExample(Scene):
|
class UpdatersExample(Scene):
|
||||||
def construct(self):
|
def construct(self):
|
||||||
decimal = DecimalNumber(
|
decimal = DecimalNumber(
|
||||||
0,
|
0,
|
||||||
|
Reference in New Issue
Block a user