Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Oct 23, 2021
1 parent 7250e3d commit 954baa1
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 954baa1

Please sign in to comment.