Split versionadded info

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2025-09-16 19:43:03 +10:00 committed by GitHub
parent 79914ec8a5
commit 53302c2281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,8 @@ or the clipboard to a PIL image memory.
:param window: :param window:
Capture a single window. On Windows, this is a HWND. On macOS, it uses windowid. Capture a single window. On Windows, this is a HWND. On macOS, it uses windowid.
.. versionadded:: 11.2.1 (Windows), 12.0.0 (macOS) .. versionadded:: 11.2.1 Windows support
.. versionadded:: 12.0.0 macOS support
:return: An image :return: An image
.. py:function:: grabclipboard() .. py:function:: grabclipboard()