Skip to content

Commit 65c32ec

Browse files
authored
retina -> Retina
1 parent 88247a9 commit 65c32ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/ImageGrab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def grab(
5454
os.unlink(filepath)
5555
if bbox:
5656
if window:
57-
# Determine if the window was in retina mode or not
57+
# Determine if the window was in Retina mode or not
5858
# by capturing it without the shadow,
5959
# and checking how different the width is
6060
fh, filepath = tempfile.mkstemp(".png")

0 commit comments

Comments
 (0)