change "Read" to "Parse" in comment

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Yay295 2024-09-10 08:31:01 -05:00 committed by Yay295
parent 75286a4e40
commit 782f0e8a5a

View File

@ -341,7 +341,7 @@ class EpsImageFile(ImageFile.ImageFile):
else:
break
# Read the columns and rows after checking the bit depth and mode
# Parse the columns and rows after checking the bit depth and mode
# in case the bit depth and/or mode are invalid.
imagedata_size = columns, rows
elif bytes_mv[:5] == b"%%EOF":