doc WAL: Add link to PIL.Image.Image.putpalette

[ci skip]
This commit is contained in:
Grégoire Jadi 2023-07-05 11:26:46 +02:00 committed by GitHub
parent 3ee9259150
commit 9a32c0f821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
^^^^^^^^