8000 Backport PR #24335: Fix missing word in ImageMagickWriter docstring. · meeseeksmachine/matplotlib@f408034 · GitHub
[go: up one dir, main page]

10000
Skip to content

Commit f408034

Browse files
story645meeseeksmachine
authored andcommitted
Backport PR matplotlib#24335: Fix missing word in ImageMagickWriter docstring.
1 parent 831f145 commit f408034

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)
0