From 85cc21b5639b14a243768fd4c4d161004c04bad3 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 7 Mar 2019 13:22:14 +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 216ed9fbc..5b606b345 100644 --- a/src/PIL/MpoImagePlugin.py +++ b/src/PIL/MpoImagePlugin.py @@ -100,7 +100,7 @@ class MpoImageFile(JpegImagePlugin.JpegImageFile): @staticmethod def adopt(jpeg_instance, mpheader=None): - ''' + """ Transform the instance of JpegImageFile into instance of MpoImageFile. After the call, the JpegImageFile is extended