mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
change "Read" to "Parse" in comment
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
75286a4e40
commit
782f0e8a5a
|
@ -341,7 +341,7 @@ class EpsImageFile(ImageFile.ImageFile):
|
||||||
else:
|
else:
|
||||||
break
|
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.
|
# in case the bit depth and/or mode are invalid.
|
||||||
imagedata_size = columns, rows
|
imagedata_size = columns, rows
|
||||||
elif bytes_mv[:5] == b"%%EOF":
|
elif bytes_mv[:5] == b"%%EOF":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user