Skip to content

Commit cfcf46d

Browse files
authored
Merge pull request #7229 from RoziePlaysPython/imageopen_docs_fix
Update Image.show docs to list all viewers used on Linux
2 parents 73fc730 + b0b0798 commit cfcf46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PIL/Image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,8 +2451,8 @@ def show(self, title=None):
24512451
The image is first saved to a temporary file. By default, it will be in
24522452
PNG format.
24532453
2454-
On Unix, the image is then opened using the **display**, **eog** or
2455-
**xv** utility, depending on which one can be found.
2454+
On Unix, the image is then opened using the **xdg-open**, **display**,
2455+
**gm**, **eog** or **xv** utility, depending on which one can be found.
24562456
24572457
On macOS, the image is opened with the native Preview application.
24582458

0 commit comments

Comments
 (0)