Fix comment

[ci skip]
This commit is contained in:
Peter Rowlands 2019-12-01 16:30:34 +09:00 committed by Andrew Murray
parent bdcf980570
commit 35148b99c1

View File

@ -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)