Fix InteractiveDevlopmentExample bug

This commit is contained in:
Grant Sanderson
2021-02-10 13:54:01 -08:00
parent 17b2efeb71
commit 6e2dcae4d7
2 changed files with 2 additions and 2 deletions

View File

@@ -604,7 +604,7 @@ class InteractiveDevlopment(Scene):
self.wait()
self.play(circle.animate.stretch(4, 0))
self.play(Rotate(circle, 90 * DEGREES))
self.play(circle.animate.shift(2 * RIGHT), circle.animate.scale(0.25))
self.play(circle.animate.shift(2 * RIGHT).scale(0.25))
text = Text("""
In general, using the interactive shell