Skip to content

Commit

Permalink
Merge pull request #5790 from nulano/patch-1
Browse files Browse the repository at this point in the history
Document #5788: "Use title for display"
  • Loading branch information
mergify[bot] committed Oct 23, 2021
2 parents 7250e3d + 954baa1 commit d24c26d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/PIL/ImageShow.py
Expand Up @@ -187,7 +187,10 @@ def show_file(self, file, **options):


class DisplayViewer(UnixViewer):
"""The ImageMagick ``display`` command."""
"""
The ImageMagick ``display`` command.
This viewer supports the ``title`` parameter.
"""

def get_command_ex(self, file, title=None, **options):
command = executable = "display"
Expand Down

0 comments on commit d24c26d

Please sign in to comment.