Fix syntax

This commit is contained in:
Vladimir 2023-02-08 20:34:45 -08:00 committed by GitHub
parent 1656753146
commit 0eac4f1942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3612,8 +3612,8 @@ class Exif(MutableMapping):
Only basic information is available on the root level, in Exif object Only basic information is available on the root level, in Exif object
itself. In order to access the rest, obtain their respective IFDs using itself. In order to access the rest, obtain their respective IFDs using
:py:meth:`~PIL.Image.Exif.get_ifd` method and one of :py:meth:`~PIL.Image.Exif.get_ifd` method and one of
:py:class:`~PIL.ExifTags.IFD` members (most notably `Exif` and :py:class:`~PIL.ExifTags.IFD` members (most notably ``Exif`` and
`GPSInfo`). ``GPSInfo``).
Both root Exif and child IFD objects support dict interface and can be Both root Exif and child IFD objects support dict interface and can be
indexed by int values that are available as enum members of indexed by int values that are available as enum members of