From 793fb76b611ad59792399cccf8eb638c6c3cc18f Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 16 Sep 2022 19:12:46 +1000 Subject: [PATCH] Removed trailing whitespace --- docs/reference/ExifTags.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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