Update src/PIL/MpoImagePlugin.py

Co-Authored-By: Glandos <bugs-github@antipoul.fr>
This commit is contained in:
Hugo 2019-03-07 13:22:14 +01:00 committed by GitHub
parent 4a87e067a2
commit 85cc21b563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ class MpoImageFile(JpegImagePlugin.JpegImageFile):
@staticmethod @staticmethod
def adopt(jpeg_instance, mpheader=None): def adopt(jpeg_instance, mpheader=None):
''' """
Transform the instance of JpegImageFile into Transform the instance of JpegImageFile into
instance of MpoImageFile. instance of MpoImageFile.
After the call, the JpegImageFile is extended After the call, the JpegImageFile is extended