Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
greatvovan committed Feb 9, 2023
1 parent 1656753 commit 0eac4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PIL/Image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0eac4f1

Please sign in to comment.