Made sure the rst link to the Image class was correct

This commit is contained in:
Tanner Davis 2021-04-09 11:09:16 -06:00 committed by GitHub
parent ef3de6bf4f
commit 8da6eef073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1242,7 +1242,7 @@ The :py:meth:`~PIL.Image.Image.save` method can take the following keyword argum
.. versionadded:: 3.0.0 .. versionadded:: 3.0.0
**append_images** **append_images**
A list of :py:obj:`PIL.Image`s to append as additional pages. Each of the A list of :py:obj:`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`` 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``. parameter must be present and set to ``True`` in conjunction with ``append_images``.