Corrected dictionary name

This commit is contained in:
Andrew Murray 2022-09-17 18:52:16 +10:00
parent b8d96246f7
commit 0cafaca7e8

View File

@ -10,7 +10,7 @@ provide constants and clear-text names for various well-known EXIF tags.
.. py:data:: TAGS .. py:data:: TAGS
:type: dict :type: dict
The TAG dictionary maps 16-bit integer EXIF tag enumerations to The TAGS dictionary maps 16-bit integer EXIF tag enumerations to
descriptive string names. For instance: descriptive string names. For instance:
>>> from PIL.ExifTags import TAGS >>> from PIL.ExifTags import TAGS