Skip to content

Commit

Permalink
Merge pull request #2 from radarhere/docs-pdf-param-update
Browse files Browse the repository at this point in the history
Corrected syntax
  • Loading branch information
cholojuanito committed Apr 10, 2021
2 parents 8c38c80 + 302ddc9 commit a02e700
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/handbook/image-file-formats.rst
Expand Up @@ -1242,9 +1242,10 @@ The :py:meth:`~PIL.Image.Image.save` method can take the following keyword argum
.. versionadded:: 3.0.0

**append_images**
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``.
A list of :py:class:`PIL.Image.Image` objects 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``.

.. versionadded:: 4.2.0

Expand Down

0 comments on commit a02e700

Please sign in to comment.