Skip to content

Commit 1522ece

Browse files
authored
Merge pull request #1 from radarhere/imagegrab
Updated documentation
2 parents e73e925 + 3d8e5e0 commit 1522ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/ImageGrab.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ or the clipboard to a PIL image memory.
4242
.. versionadded:: 7.1.0
4343

4444
:param window:
45-
HWND, to capture a single window. Windows only.
45+
Capture a single window. On Windows, this is a HWND. On macOS, it uses windowid.
4646

47-
.. versionadded:: 11.2.1
47+
.. versionadded:: 11.2.1 (Windows), 12.0.0 (macOS)
4848
:return: An image
4949

5050
.. py:function:: grabclipboard()

0 commit comments

Comments
 (0)