Skip to content

Commit

Permalink
fix bug in example_scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCrane committed Feb 14, 2021
1 parent 0f95e80 commit 4179c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_scenes.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def construct(self):
)
self.wait()
self.play(
square.set_width(5, stretch=True),
square.animate.set_width(5, stretch=True),
run_time=3,
)
self.wait()
Expand Down

0 comments on commit 4179c1c

Please sign in to comment.