Skip to content

Commit

Permalink
Merge pull request #4025 from radarhere/imageshow_unix
Browse files Browse the repository at this point in the history
Updated ImageShow documentation
  • Loading branch information
hugovk committed Aug 16, 2019
2 parents 6684622 + 75fe92f commit f59a823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/Image.py
Expand Up @@ -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
Expand Down

0 comments on commit f59a823

Please sign in to comment.