From bce25ae803e92c37f13ce900f580bdae86fc5a2e Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 27 Jan 2020 13:57:36 +1100 Subject: [PATCH] Updated verions [ci skip] --- docs/reference/ImageGrab.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()