mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Fix typo
This commit is contained in:
parent
cd1cc66d4d
commit
f29950bc6d
|
@ -217,7 +217,7 @@ class ImageFileDirectory(collections.MutableMapping):
|
||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
#: Tags is an incomplete dictionary of the tags of the image.
|
#: Tags is an incomplete dictionary of the tags of the image.
|
||||||
#: For a complete dictionary, use teh as_dict method.
|
#: For a complete dictionary, use the as_dict method.
|
||||||
self.tags = {}
|
self.tags = {}
|
||||||
self.tagdata = {}
|
self.tagdata = {}
|
||||||
self.tagtype = {} # added 2008-06-05 by Florian Hoech
|
self.tagtype = {} # added 2008-06-05 by Florian Hoech
|
||||||
|
|
Loading…
Reference in New Issue
Block a user