Fixed typo [ci skip]

This commit is contained in:
Andrew Murray 2018-08-09 20:54:16 +10:00
parent 69918dcbef
commit 1648676435
2 changed files with 2 additions and 2 deletions

View File

@ -793,7 +793,7 @@ def jpeg_factory(fp=None, filename=None):
return im
# -------------------------------------------------------------------q-
# ---------------------------------------------------------------------
# Registry stuff
Image.register_open(JpegImageFile.format, jpeg_factory, _accept)

View File

@ -85,7 +85,7 @@ class MpoImageFile(JpegImagePlugin.JpegImageFile):
return self.__frame
# -------------------------------------------------------------------q-
# ---------------------------------------------------------------------
# Registry stuff
# Note that since MPO shares a factory with JPEG, we do not need to do a