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