From c20d30128b784cdbccb3aa727a6d08fc9c19693a Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 30 Mar 2019 15:21:45 +0100 Subject: [PATCH] Fix typo Co-Authored-By: Glandos --- 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 2f012e622..4419d2d5a 100644 --- a/src/PIL/JpegImagePlugin.py +++ b/src/PIL/JpegImagePlugin.py @@ -486,7 +486,7 @@ class ExifImageFileDirectory(TiffImagePlugin.ImageFileDirectory_v1): - values are "fixed up" so that 1-size tuples are expanded - custom update() to avoid iterating and expanding non parsed data - The goal is to use the lazyness of ImageFileDirectory_v1 in _getexif(). + The goal is to use the laziness of ImageFileDirectory_v1 in _getexif(). """ def to_v2(self):