mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Fix comment
[ci skip]
This commit is contained in:
		
							parent
							
								
									bdcf980570
								
							
						
					
					
						commit
						35148b99c1
					
				| 
						 | 
					@ -638,8 +638,7 @@ class PngImageFile(ImageFile.ImageFile):
 | 
				
			||||||
        self.__fp = self.fp
 | 
					        self.__fp = self.fp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        #
 | 
					        #
 | 
				
			||||||
        # Parse headers up to the first IDAT chunk (or last fdAT chunk for
 | 
					        # Parse headers up to the first IDAT or fDAT chunk
 | 
				
			||||||
        # APNG)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.png = PngStream(self.fp)
 | 
					        self.png = PngStream(self.fp)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user