Skip to content

Commit

Permalink
Merge pull request #24335 from anntzer/at
Browse files Browse the repository at this point in the history
Fix missing word in ImageMagickWriter docstring.
  • Loading branch information
story645 committed Nov 1, 2022
2 parents 781af6b + 78eb52d commit 8937d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/animation.py
Expand Up @@ -660,7 +660,7 @@ def isAvailable(cls):
@writers.register('imagemagick')
class ImageMagickWriter(ImageMagickBase, MovieWriter):
"""
Pipe-based animated gif.
Pipe-based animated gif writer.
Frames are streamed directly to ImageMagick via a pipe and written
in a single pass.
Expand Down

0 comments on commit 8937d7b

Please sign in to comment.