Skip to content

Commit 5de27c6

Browse files
committed
Split versionadded info
1 parent bd63c4f commit 5de27c6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/reference/ImageGrab.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ or the clipboard to a PIL image memory.
2020
used as a fallback if they are installed. To disable this behaviour, pass
2121
``xdisplay=""`` instead.
2222

23-
.. versionadded:: 1.1.3 (Windows), 3.0.0 (macOS), 7.1.0 (Linux)
23+
.. versionadded:: 1.1.3 Windows support
24+
.. versionadded:: 3.0.0 macOS support
25+
.. versionadded:: 7.1.0 Linux support
2426

2527
:param bbox: What region to copy. Default is the entire screen.
2628
On macOS, this is not increased to 2x for Retina screens, so the full
@@ -53,7 +55,9 @@ or the clipboard to a PIL image memory.
5355

5456
On Linux, ``wl-paste`` or ``xclip`` is required.
5557

56-
.. versionadded:: 1.1.4 (Windows), 3.3.0 (macOS), 9.4.0 (Linux)
58+
.. versionadded:: 1.1.4 Windows support
59+
.. versionadded:: 3.3.0 macOS support
60+
.. versionadded:: 9.4.0 Linux support
5761

5862
:return: On Windows, an image, a list of filenames,
5963
or None if the clipboard does not contain image data or filenames.

0 commit comments

Comments
 (0)