From 75fe92fa88d14aabb3bee68cc06f29266c97c959 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 16 Aug 2019 19:16:06 +1000 Subject: [PATCH] Updated documentation [ci skip] --- src/PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 7d2bb1e7eee..8b92aae45a7 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -2110,7 +2110,7 @@ def show(self, title=None, command=None): debugging purposes. On Unix platforms, this method saves the image to a temporary - PPM file, and calls the **display**, **eog** or **xv** + PNG 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