mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +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
|
||||
|
||||
#
|
||||
# Parse headers up to the first IDAT chunk (or last fdAT chunk for
|
||||
# APNG)
|
||||
# Parse headers up to the first IDAT or fDAT chunk
|
||||
|
||||
self.png = PngStream(self.fp)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user