From 954baa1e732ab06f2d8e6961fc633bc7b5b213e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondrej=20Baranovi=C4=8D?= Date: Sat, 23 Oct 2021 10:51:46 +0200 Subject: [PATCH] document #5788 --- src/PIL/ImageShow.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/PIL/ImageShow.py b/src/PIL/ImageShow.py index 130e21d05e4..cd0737c3693 100644 --- a/src/PIL/ImageShow.py +++ b/src/PIL/ImageShow.py @@ -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"