mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Merge pull request #1437 from williamclavier/patch-1
Fix typo in example_scenes.py
This commit is contained in:
commit
3a992e136d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue