Update docs/handbook/image-file-formats.rst

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Jasper van der Neut - Stulen 2023-02-23 23:19:13 +01:00 committed by Jasper van der Neut - Stulen
parent 0d667f5e0b
commit 3c3d888450

View File

@ -1498,7 +1498,7 @@ The :py:meth:`~PIL.Image.Image.save` method can take the following keyword argum
saved in the PDF.
**dpi**
A tuple of (x_resolution, y_resolution), with inches as the resolution
A tuple of ``(x_resolution, y_resolution)``, with inches as the resolution
unit. If both the ``resolution`` parameter and the ``dpi`` parameter are
present, ``resolution`` will be ignored.