Merge pull request #6593 from radarhere/tags

Corrected dictionary name
This commit is contained in:
Hugo van Kemenade 2022-09-18 07:58:37 +03:00 committed by GitHub
commit 355a0f73e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ provide constants and clear-text names for various well-known EXIF tags.
.. py:data:: TAGS
: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:
>>> from PIL.ExifTags import TAGS