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

Skip to content

Commit 644aac6

Browse files
author
Alejandro Dubrovsky
committed
more FuncAnimation documentation tweaking
1 parent 11a0e6b commit 644aac6

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
@@ -954,8 +954,8 @@ class FuncAnimation(TimedAnimation):
954954
results of drawing from the first item in the frames sequence will be
955955
used. This function will be called once before the first frame.
956956
957-
If blit=True, *func* and *init_func* should return a list of drawables to
958-
clear.
957+
If blit=True, *func* and *init_func* should return an iterable of
958+
drawables to clear.
959959
'''
960960
def __init__(self, fig, func, frames=None, init_func=None, fargs=None,
961961
save_count=None, **kwargs):

0 commit comments

Comments
 (0)