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

Skip to content

Commit a55a2d6

Browse files
authored
Merge pull request #24336 from meeseeksmachine/auto-backport-of-pr-24335-on-v3.6.x
Backport PR #24335 on branch v3.6.x (Fix missing word in ImageMagickWriter docstring.)
2 parents 831f145 + f408034 commit a55a2d6

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
@@ -660,7 +660,7 @@ def isAvailable(cls):
660660
@writers.register('imagemagick')
661661
class ImageMagickWriter(ImageMagickBase, MovieWriter):
662662
"""
663-
Pipe-based animated gif.
663+
Pipe-based animated gif writer.
664664
665665
Frames are streamed directly to ImageMagick via a pipe and written
666666
in a single pass.

0 commit comments

Comments
 (0)