Skip to content

Commit 7d28cc4

Browse files
Yay295radarhere
andcommitted
change "Read" to "Parse" in comment
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 9a77e8b commit 7d28cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/EpsImagePlugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def read_comment(s: str) -> bool:
341341
else:
342342
break
343343

344-
# Read the columns and rows after checking the bit depth and mode
344+
# Parse the columns and rows after checking the bit depth and mode
345345
# in case the bit depth and/or mode are invalid.
346346
imagedata_size = columns, rows
347347
elif bytes_mv[:5] == b"%%EOF":

0 commit comments

Comments
 (0)