Skip to content

Commit

Permalink
Now the rst link to the Image class should work
Browse files Browse the repository at this point in the history
  • Loading branch information
cholojuanito committed Apr 9, 2021
1 parent 8da6eef commit 8c38c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbook/image-file-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ The :py:meth:`~PIL.Image.Image.save` method can take the following keyword argum
.. versionadded:: 3.0.0

**append_images**
A list of :py:obj:`PIL.Image.Image`s to append as additional pages. Each of the
A list of :py:class:`PIL.Image.Image`s to append as additional pages. Each of the
images in the list can be single or multiframe images. The ``save_all``
parameter must be present and set to ``True`` in conjunction with ``append_images``.

Expand Down

0 comments on commit 8c38c80

Please sign in to comment.