diff --git a/PIL/JpegImagePlugin.py b/PIL/JpegImagePlugin.py index ffc14d2b6..096286bc0 100644 --- a/PIL/JpegImagePlugin.py +++ b/PIL/JpegImagePlugin.py @@ -436,7 +436,7 @@ def _getexif(self): # get gpsinfo extension try: # exif field 0x8825 is an offset pointer to the location - # of the nested embedded gps exif ifd. + # of the nested embedded gps exif ifd. # It should be a long, but may be corrupted. file.seek(exif[0x8825]) except (KeyError, TypeError):