Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d4931b

Browse filesBrowse files
kwspchahak13
authored andcommitted
fixed trailing white spaces in docstring
1 parent 21f34a0 commit 7d4931b
Copy full SHA for 7d4931b

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎lib/matplotlib/animation.py

Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.