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 9a77e8b commit 7d28cc4Copy full SHA for 7d28cc4
src/PIL/EpsImagePlugin.py
@@ -341,7 +341,7 @@ def read_comment(s: str) -> bool:
341
else:
342
break
343
344
- # Read the columns and rows after checking the bit depth and mode
+ # Parse the columns and rows after checking the bit depth and mode
345
# in case the bit depth and/or mode are invalid.
346
imagedata_size = columns, rows
347
elif bytes_mv[:5] == b"%%EOF":
0 commit comments