We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88247a9 commit 65c32ecCopy full SHA for 65c32ec
src/PIL/ImageGrab.py
@@ -54,7 +54,7 @@ def grab(
54
os.unlink(filepath)
55
if bbox:
56
if window:
57
- # Determine if the window was in retina mode or not
+ # Determine if the window was in Retina mode or not
58
# by capturing it without the shadow,
59
# and checking how different the width is
60
fh, filepath = tempfile.mkstemp(".png")
0 commit comments