fix documentation review issue

[ci skip]

Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Peter Rowlands (변기호) 2019-12-27 11:38:44 +09:00 committed by Andrew Murray
parent 00fcc53a1d
commit 0b536fb599

View File

@ -573,7 +573,7 @@ where applicable:
When an APNG file contains a default image, the initially loaded image (i.e.
the result of ``seek(0)``) will be the default image.
To account for the presence of the default image, the
py:attr:`~PIL.Image.Image.n_frames` property will be set to ``frame_count + 1``,
:py:attr:`~PIL.Image.Image.n_frames` property will be set to ``frame_count + 1``,
where ``frame_count`` is the actual APNG animation frame count.
To load the first APNG animation frame, ``seek(1)`` must be called.