mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-25 06:34:48 +03:00
Fix typo
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
This commit is contained in:
parent
d48b98a728
commit
c20d30128b
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user