From 9a32c0f821b2a6f480c3d5fd6af0010551c6cea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Jadi?= Date: Wed, 5 Jul 2023 11:26:46 +0200 Subject: [PATCH] doc WAL: Add link to PIL.Image.Image.putpalette [ci skip] --- docs/handbook/image-file-formats.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index bbcf48e42..fbaca5ae7 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -1404,7 +1404,7 @@ the open function in the :py:mod:`~PIL.WalImageFile` module to read files in this format. By default, a Quake2 standard palette is attached to the texture. To override -the palette, use the putpalette method. +the palette, use the :py:func:`PIL.Image.Image.putpalette()` method. WMF, EMF ^^^^^^^^