Removed quotes from result in docstring

This commit is contained in:
Andrew Murray 2023-02-12 21:56:23 +11:00 committed by GitHub
parent d20e250d17
commit da38395396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3636,7 +3636,7 @@ class Exif(MutableMapping):
:py:mod:`~PIL.ExifTags` also has enum classes to provide names for data:: :py:mod:`~PIL.ExifTags` also has enum classes to provide names for data::
print(exif[ExifTags.Base.Software]) # PIL print(exif[ExifTags.Base.Software]) # PIL
print(gps_ifd[ExifTags.GPS.GPSDateStamp]) # '1999:99:99 99:99:99' print(gps_ifd[ExifTags.GPS.GPSDateStamp]) # 1999:99:99 99:99:99
""" """
endian = None endian = None