mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Corrected comment layout
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
bb013270af
commit
ca43774d40
|
@ -1112,8 +1112,8 @@ def _write_multiple_frames(im, fp, chunk, rawmode):
|
|||
chunk(
|
||||
fp,
|
||||
b"acTL",
|
||||
o32(len(im_frames)),
|
||||
o32(loop), # 0: num_frames # 4: num_plays
|
||||
o32(len(im_frames)), # 0: num_frames
|
||||
o32(loop), # 4: num_plays
|
||||
)
|
||||
|
||||
# default image IDAT (if it exists)
|
||||
|
|
Loading…
Reference in New Issue
Block a user