Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 23, 2020
1 parent 799f4a7 commit ed56fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/ImageGrab.rst
Expand Up @@ -17,7 +17,7 @@ or the clipboard to a PIL image memory.
returned as an "RGB" image on Windows or "RGBA" on macOS.
If the bounding box is omitted, the entire screen is copied.

.. versionadded:: 1.1.3 (Windows), 3.0.0 (macOS), 7.0.0 (Linux (X11))
.. versionadded:: 1.1.3 (Windows), 3.0.0 (macOS), 7.1.0 (Linux (X11))

:param bbox: What region to copy. Default is the entire screen.
Note that on Windows OS, the top-left point may be negative if ``all_screens=True`` is used.
Expand All @@ -31,7 +31,7 @@ or the clipboard to a PIL image memory.
:param xdisplay: X11 Display address. Pass ``None`` to grab the default system screen.
Pass ``""`` to grab the default X11 screen on Windows or macOS.

.. versionadded:: 7.0.0
.. versionadded:: 7.1.0
:return: An image

.. py:function:: PIL.ImageGrab.grabclipboard()
Expand Down

0 comments on commit ed56fa6

Please sign in to comment.