Update src/PIL/MpoImagePlugin.py

Co-Authored-By: Glandos <bugs-github@antipoul.fr>
This commit is contained in:
Andrew Murray 2019-03-23 22:11:32 +01:00 committed by GitHub
parent d0172a08dd
commit dbf65b0890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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