mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Removed quotes from result in docstring
This commit is contained in:
parent
d20e250d17
commit
da38395396
|
@ -3636,7 +3636,7 @@ class Exif(MutableMapping):
|
|||
:py:mod:`~PIL.ExifTags` also has enum classes to provide names for data::
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user