Skip to content

Commit 45003b7

Browse files
authored
Merge pull request #5399 from cholojuanito/docs-pdf-param-update
Fix PDF file format documentation
2 parents fe66871 + a02e700 commit 45003b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/handbook/image-file-formats.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,8 +1242,10 @@ The :py:meth:`~PIL.Image.Image.save` method can take the following keyword argum
12421242
.. versionadded:: 3.0.0
12431243

12441244
**append_images**
1245-
A list of images to append as additional pages. Each of the
1246-
images in the list can be single or multiframe images.
1245+
A list of :py:class:`PIL.Image.Image` objects to append as additional pages. Each
1246+
of the images in the list can be single or multiframe images. The ``save_all``
1247+
parameter must be present and set to ``True`` in conjunction with
1248+
``append_images``.
12471249

12481250
.. versionadded:: 4.2.0
12491251

0 commit comments

Comments
 (0)