From 1feed13c706a4d2a4b542a4a398c789196c83504 Mon Sep 17 00:00:00 2001 From: Hankson Bradley Date: Wed, 19 Apr 2023 16:02:36 +0800 Subject: [PATCH] Update docs/reference/ImageGrab.rst Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- docs/reference/ImageGrab.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/ImageGrab.rst b/docs/reference/ImageGrab.rst index f17cc592e..e9bd1d2d8 100644 --- a/docs/reference/ImageGrab.rst +++ b/docs/reference/ImageGrab.rst @@ -15,9 +15,9 @@ or the clipboard to a PIL image memory. returned as an "RGBA" on macOS, or an "RGB" image otherwise. If the bounding box is omitted, the entire screen is copied. - On Linux, if ``xdisplay`` is ``None`` then ``gnome-screenshot`` or ``scrot`` will - be used if they are installed. To capture the default X11 display instead, pass - ``xdisplay=""``. + On Linux, if ``xdisplay`` is ``None`` then (in order) ``scrot`` or + ``gnome-screenshot`` will be used if they are installed. To capture the default + X11 display instead, pass ``xdisplay=""``. .. versionadded:: 1.1.3 (Windows), 3.0.0 (macOS), 7.1.0 (Linux)