Merge pull request #8822 from radarhere/comment

Updated comment
This commit is contained in:
Hugo van Kemenade 2025-03-19 16:13:37 +02:00 committed by GitHub
commit e66ebb6428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -238,7 +238,7 @@ def _save_all(im: Image.Image, fp: IO[bytes], filename: str | bytes) -> None:
cur_idx = im.tell()
try:
for ims in [im] + append_images:
# Get # of frames in this image
# Get number of frames in this image
nfr = getattr(ims, "n_frames", 1)
for idx in range(nfr):