Skip to content

Commit 54321e3

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 94bf6bd commit 54321e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ class FFMpegFileWriter(FFMpegBase, FileMovieWriter):
612612
``-framerate``, so see also `their notes on frame rates`_ for further details.
613613
614614
.. _their notes on frame rates: https://trac.ffmpeg.org/wiki/Slideshow#Framerates
615-
615+
616616
Parameters
617617
----------
618618
*args, **kwargs

0 commit comments

Comments
 (0)