diff --git a/src/PIL/Image.py b/src/PIL/Image.py index fddb994a9..0f0d49e82 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -2021,7 +2021,7 @@ class Image(object): debugging purposes. On Unix platforms, this method saves the image to a temporary - PPM file, and calls either the **xv** utility or the **display** + PPM file, and calls the **display**, **eog** or **xv** utility, depending on which one can be found. On macOS, this method saves the image to a temporary PNG file, and