fix bug in example_scenes

This commit is contained in:
Tony031218 2021-02-14 23:12:25 +08:00
parent 0f95e80798
commit 4179c1c3e9

View file

@ -311,7 +311,7 @@ class UpdatersExample(Scene):
) )
self.wait() self.wait()
self.play( self.play(
square.set_width(5, stretch=True), square.animate.set_width(5, stretch=True),
run_time=3, run_time=3,
) )
self.wait() self.wait()