mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #2 from radarhere/docs-pdf-param-update
Corrected syntax
This commit is contained in:
commit
a02e700f44
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user