Skip to content

Commit

Permalink
change "Read" to "Parse" in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
Yay295 and radarhere authored Sep 10, 2024
1 parent 1d26985 commit a7d6243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/EpsImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def read_comment(s: str) -> bool:
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":
Expand Down

0 comments on commit a7d6243

Please sign in to comment.