diff --git a/example_scenes.py b/example_scenes.py index 69de1615..2fa2120a 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -584,7 +584,7 @@ class SurfaceExample(Scene): self.wait() -class InteractiveDevlopment(Scene): +class InteractiveDevelopment(Scene): def construct(self): circle = Circle() circle.set_fill(BLUE, opacity=0.5)