We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffb2fc commit 3a1bbb8Copy full SHA for 3a1bbb8
docs/reference/ImageGrab.rst
@@ -16,9 +16,9 @@ or the clipboard to a PIL image memory.
16
the entire screen is copied, and on macOS, it will be at 2x if on a Retina screen.
17
18
On Linux, if ``xdisplay`` is ``None`` and the default X11 display does not return
19
- a snapshot of the screen, ``gnome-screenshot``, ``grim`` or ``spectacle`` will be used as a
20
- fallback if they are installed. To disable this behaviour, pass ``xdisplay=""``
21
- instead.
+ a snapshot of the screen, ``gnome-screenshot``, ``grim`` or ``spectacle`` will be
+ used as a fallback if they are installed. To disable this behaviour, pass
+ ``xdisplay=""`` instead.
22
23
.. versionadded:: 1.1.3 (Windows), 3.0.0 (macOS), 7.1.0 (Linux)
24
0 commit comments