mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Fix typo
This commit is contained in:
parent
cd1cc66d4d
commit
f29950bc6d
|
@ -217,7 +217,7 @@ class ImageFileDirectory(collections.MutableMapping):
|
|||
|
||||
def reset(self):
|
||||
#: 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.tagdata = {}
|
||||
self.tagtype = {} # added 2008-06-05 by Florian Hoech
|
||||
|
|
Loading…
Reference in New Issue
Block a user