Skip to content

Commit

Permalink
Merge pull request #24336 from meeseeksmachine/auto-backport-of-pr-24…
Browse files Browse the repository at this point in the history
…335-on-v3.6.x

Backport PR #24335 on branch v3.6.x (Fix missing word in ImageMagickWriter docstring.)
  • Loading branch information
ksunden committed Nov 1, 2022
2 parents 831f145 + f408034 commit a55a2d6
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 a55a2d6

Please sign in to comment.