8000 Merge pull request #24335 from anntzer/at · matplotlib/matplotlib@8937d7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 8937d7b

Browse files
authored
Merge pull request #24335 from anntzer/at
Fix missing word in ImageMagickWriter docstring.
2 parents 781af6b + 78eb52d commit 8937d7b

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