Removed trailing whitespace

This commit is contained in:
Andrew Murray 2022-09-16 19:12:46 +10:00
parent 50bbf11c02
commit 793fb76b61

View File

@ -16,7 +16,7 @@ provide constants and clear-text names for various well-known EXIF tags.
>>> from PIL.ExifTags import TAGS
>>> TAGS[0x010e]
'ImageDescription'
.. py:data:: TAG_CODES
:type: dict
@ -36,7 +36,7 @@ provide constants and clear-text names for various well-known EXIF tags.
>>> from PIL.ExifTags import GPSTAGS
>>> GPSTAGS[20]
'GPSDestLatitude'
.. py:data:: GPS_CODES
:type: dict