mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-15 03:46:28 +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