From fd03a68c1a103654a7972c6ea4592c7b81e5ce1d Mon Sep 17 00:00:00 2001 From: Alexander Karpinsky Date: Mon, 27 Jan 2020 15:18:02 +0300 Subject: [PATCH] Update comment Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- src/PIL/JpegImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/JpegImagePlugin.py b/src/PIL/JpegImagePlugin.py index d5e77f9e5..bcf430642 100644 --- a/src/PIL/JpegImagePlugin.py +++ b/src/PIL/JpegImagePlugin.py @@ -130,7 +130,7 @@ def APP(self, marker): offset += size offset += offset & 1 # align except struct.error: - break # no sufficient data + break # insufficient data elif marker == 0xFFEE and s[:5] == b"Adobe": self.info["adobe"] = i16(s, 5)