mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Corrected comment
This commit is contained in:
parent
88f9ef2f6b
commit
ddbd529573
|
@ -3285,7 +3285,7 @@ class Exif(MutableMapping):
|
|||
return value
|
||||
|
||||
def _fixup_dict(self, src_dict):
|
||||
# Helper function for _getexif()
|
||||
# Helper function
|
||||
# returns a dict with any single item tuples/lists as individual values
|
||||
return {k: self._fixup(v) for k, v in src_dict.items()}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user