Skip to content

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
radarhere and hugovk committed Jan 2, 2024
1 parent fd14824 commit 8484295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/ImageGrab.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ or the clipboard to a PIL image memory.
.. versionadded:: 1.1.3 (Windows), 3.0.0 (macOS), 7.1.0 (Linux)

:param bbox: What region to copy. Default is the entire screen.
On macOS, this is not increased to 2x for retina screens, so the full
width of a retina screen would be 1440, not 2880.
On Windows OS, the top-left point may be negative if
On macOS, this is not increased to 2x for Retina screens, so the full
width of a Retina screen would be 1440, not 2880.
On Windows, the top-left point may be negative if
``all_screens=True`` is used.
:param include_layered_windows: Includes layered windows. Windows OS only.

Expand Down

0 comments on commit 8484295

Please sign in to comment.