mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Fixed typo in class name in example_scenes.py
Changed UdatersExample to UpdatersExample.
This commit is contained in:
parent
4d368e85c9
commit
0f5cc33002
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class WriteStuff(Scene):
|
|||
self.wait()
|
||||
|
||||
|
||||
class UdatersExample(Scene):
|
||||
class UpdatersExample(Scene):
|
||||
def construct(self):
|
||||
decimal = DecimalNumber(
|
||||
0,
|
||||
|
|
Loading…
Add table
Reference in a new issue