Merge pull request #5790 from nulano/patch-1

Document #5788: "Use title for display"
This commit is contained in:
mergify[bot] 2021-10-23 09:41:24 +00:00 committed by GitHub
commit d24c26dbc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,7 +187,10 @@ class UnixViewer(Viewer):
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"