This commit is contained in:
Andrew Murray 2023-06-23 22:22:33 +10:00 committed by GitHub
parent 43a12542ad
commit b0b0798820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2451,8 +2451,8 @@ class Image:
The image is first saved to a temporary file. By default, it will be in
PNG format.
On Unix, the image is then opened using the **xdg-open**, **display**, **gm**, **eog** or
**xv** utility, depending on which one can be found.
On Unix, the image is then opened using the **xdg-open**, **display**,
**gm**, **eog** or **xv** utility, depending on which one can be found.
On macOS, the image is opened with the native Preview application.