From 4d4dc99fa88ff6c3852c6d3d5ebacadab63d2e16 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 28 Sep 2015 15:34:44 +0300 Subject: [PATCH] Mention when OS X support was added To try and avoid confusion like http://stackoverflow.com/q/32799143/724176 --- docs/reference/ImageGrab.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ImageGrab.rst b/docs/reference/ImageGrab.rst index 22ea72797..3d5703a40 100644 --- a/docs/reference/ImageGrab.rst +++ b/docs/reference/ImageGrab.rst @@ -7,7 +7,7 @@ The :py:mod:`ImageGrab` module can be used to copy the contents of the screen or the clipboard to a PIL image memory. -.. note:: The current version works on OS X and Windows only. +.. note:: The current version works on OS X and Windows only. OS X support was added in 3.0.0. .. versionadded:: 1.1.3