mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +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(
 | 
					    chunk(
 | 
				
			||||||
        fp,
 | 
					        fp,
 | 
				
			||||||
        b"acTL",
 | 
					        b"acTL",
 | 
				
			||||||
        o32(len(im_frames)),
 | 
					        o32(len(im_frames)),  # 0: num_frames
 | 
				
			||||||
        o32(loop),  # 0: num_frames  # 4: num_plays
 | 
					        o32(loop),  # 4: num_plays
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # default image IDAT (if it exists)
 | 
					    # default image IDAT (if it exists)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user