Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0aa73a2

Browse files
committed
fixed trailing white spaces in docstring
1 parent 28d319a commit 0aa73a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/animation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ def _step(self, *args):
14261426

14271427
class ArtistAnimation(TimedAnimation):
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

15041504
class 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::

0 commit comments

Comments
 (0)