Skip to content

Commit b29cadf

Browse files
committed
Change Rotating parameter in Example Gallery
1 parent 8c10aac commit b29cadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Animations
299299
path.become(previous_path)
300300
path.add_updater(update_path)
301301
self.add(path, dot)
302-
self.play(Rotating(dot, radians=PI, about_point=RIGHT, run_time=2))
302+
self.play(Rotating(dot, angle=PI, about_point=RIGHT, run_time=2))
303303
self.wait()
304304
self.play(dot.animate.shift(UP))
305305
self.play(dot.animate.shift(LEFT))

0 commit comments

Comments
 (0)