Skip to content

Commit

Permalink
fix documentation review issue
Browse files Browse the repository at this point in the history
[ci skip]

Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
  • Loading branch information
pmrowla and radarhere committed Dec 27, 2019
1 parent 06cdfad commit 619864b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbook/image-file-formats.rst
Expand Up @@ -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.

Expand Down

0 comments on commit 619864b

Please sign in to comment.