diff --git a/docs/reference/ImageGrab.rst b/docs/reference/ImageGrab.rst index 70e45f2957c..ddd5bbbb516 100644 --- a/docs/reference/ImageGrab.rst +++ b/docs/reference/ImageGrab.rst @@ -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. @@ -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()