File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1426,7 +1426,7 @@ def _step(self, *args):
14261426
14271427class ArtistAnimation (TimedAnimation ):
8DB0
code>14281428 """
1429- `TimedAnimation` subclass that creates an animation by using a fixed
1429+ `TimedAnimation` subclass that creates an animation by using a fixed
14301430 set of `.Artist` objects.
14311431
14321432 Before creating an instance, all plotting should have taken place
@@ -1503,7 +1503,7 @@ def _draw_frame(self, artists):
15031503
15041504class FuncAnimation (TimedAnimation ):
15051505 """
1506- `TimedAnimation` subclass that makes an animation by repeatedly calling
1506+ `TimedAnimation` subclass that makes an animation by repeatedly calling
15071507 a function *func*.
15081508
15091509 .. note::
You can’t perform that action at this time.
0 commit comments