File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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)
24+ .. versionadded :: 3.0.0 (macOS)
25+ .. versionadded :: 7.1.0 (Linux)
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)
59+ .. versionadded :: 3.3.0 (macOS)
60+ .. versionadded :: 9.4.0 (Linux)
5761
5862 :return: On Windows, an image, a list of filenames,
5963 or None if the clipboard does not contain image data or filenames.
You can’t perform that action at this time.
0 commit comments