From dbf65b0890a82042389755d6aa061b79616cac0b Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Sat, 23 Mar 2019 22:11:32 +0100 Subject: [PATCH] Update src/PIL/MpoImagePlugin.py Co-Authored-By: Glandos --- src/PIL/MpoImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/MpoImagePlugin.py b/src/PIL/MpoImagePlugin.py index 7ea1018bc..a55cce2ec 100644 --- a/src/PIL/MpoImagePlugin.py +++ b/src/PIL/MpoImagePlugin.py @@ -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.