Skip to content

Commit 79b6be0

Browse files
author
Saumya
committed
DOC: Document FFMpegFileWriter *args, **kwargs
Adds documentation explaining that arguments are forwarded to the parent MovieWriter class. Fixes matplotlib#22831
1 parent fa5b30a commit 79b6be0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/animation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ def _args(self):
605605
class FFMpegFileWriter(FFMpegBase, FileMovieWriter):
606606
"""
607607
File-based ffmpeg writer.
608+
608609
Parameters
609610
----------
610611
*args, **kwargs

0 commit comments

Comments
 (0)