mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +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::
|
: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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user