Merge pull request #1437 from williamclavier/patch-1

Fix typo in example_scenes.py
This commit is contained in:
Grant Sanderson 2021-04-08 14:22:25 -07:00 committed by GitHub
commit 3a992e136d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -584,7 +584,7 @@ class SurfaceExample(Scene):
self.wait() self.wait()
class InteractiveDevlopment(Scene): class InteractiveDevelopment(Scene):
def construct(self): def construct(self):
circle = Circle() circle = Circle()
circle.set_fill(BLUE, opacity=0.5) circle.set_fill(BLUE, opacity=0.5)