Skip to content

Commit 355a0f7

Browse files
authored
Merge pull request #6593 from radarhere/tags
Corrected dictionary name
2 parents b8d9624 + 0cafaca commit 355a0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ExifTags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provide constants and clear-text names for various well-known EXIF tags.
1010
.. py:data:: TAGS
1111
:type: dict
1212

13-
The TAG dictionary maps 16-bit integer EXIF tag enumerations to
13+
The TAGS dictionary maps 16-bit integer EXIF tag enumerations to
1414
descriptive string names. For instance:
1515

1616
>>> from PIL.ExifTags import TAGS

0 commit comments

Comments
 (0)