Skip to content

Commit

Permalink
Backport PR matplotlib#24335: Fix missing word in ImageMagickWriter d…
Browse files Browse the repository at this point in the history
…ocstring.
  • Loading branch information
story645 authored and meeseeksmachine committed Nov 1, 2022
1 parent 831f145 commit f408034
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 f408034

Please sign in to comment.