From 5c427ea287557106773f6a2798b7684e9367a0a0 Mon Sep 17 00:00:00 2001 From: William Clavier Date: Sun, 7 Mar 2021 22:19:01 -0500 Subject: [PATCH] Fixed typo in example_scenes.py --- example_scenes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)