mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 03:21:44 +03:00
Fix syntax
This commit is contained in:
parent
1656753146
commit
0eac4f1942
|
@ -3612,8 +3612,8 @@ class Exif(MutableMapping):
|
|||
Only basic information is available on the root level, in Exif object
|
||||
itself. In order to access the rest, obtain their respective IFDs using
|
||||
:py:meth:`~PIL.Image.Exif.get_ifd` method and one of
|
||||
:py:class:`~PIL.ExifTags.IFD` members (most notably `Exif` and
|
||||
`GPSInfo`).
|
||||
:py:class:`~PIL.ExifTags.IFD` members (most notably ``Exif`` and
|
||||
``GPSInfo``).
|
||||
|
||||
Both root Exif and child IFD objects support dict interface and can be
|
||||
indexed by int values that are available as enum members of
|
||||
|
|
Loading…
Reference in New Issue
Block a user