Skip to content

Commit ba2c429

Browse files
committed
Updated comment
1 parent e1bf0f6 commit ba2c429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)