Skip to content

Commit e66ebb6

Browse files
authored
Merge pull request #8822 from radarhere/comment
Updated comment
2 parents b40bcab + ba2c429 commit e66ebb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/WebPImagePlugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def _save_all(im: Image.Image, fp: IO[bytes], filename: str | bytes) -> None:
238238
cur_idx = im.tell()
239239
try:
240240
for ims in [im] + append_images:
241-
# Get # of frames in this image
241+
# Get number of frames in this image
242242
nfr = getattr(ims, "n_frames", 1)
243243

244244
for idx in range(nfr):

0 commit comments

Comments
 (0)