diff --git a/docs/reference/ExifTags.rst b/docs/reference/ExifTags.rst index e2241dc2f..5827757f4 100644 --- a/docs/reference/ExifTags.rst +++ b/docs/reference/ExifTags.rst @@ -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