From 8be66092430e4e6644ad2c49cf3cf0fe6a0b36ab Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 18 May 2019 20:36:22 +1000 Subject: [PATCH] Added PA mode to docs [ci skip] --- docs/reference/Image.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/Image.rst b/docs/reference/Image.rst index 388116a10..598e73abd 100644 --- a/docs/reference/Image.rst +++ b/docs/reference/Image.rst @@ -210,9 +210,9 @@ Instances of the :py:class:`Image` class have the following attributes: .. py:attribute:: palette - Colour palette table, if any. If mode is ā€œPā€, this should be an instance of - the :py:class:`~PIL.ImagePalette.ImagePalette` class. Otherwise, it should - be set to ``None``. + Colour palette table, if any. If mode is "P" or "PA", this should be an + instance of the :py:class:`~PIL.ImagePalette.ImagePalette` class. + Otherwise, it should be set to ``None``. :type: :py:class:`~PIL.ImagePalette.ImagePalette` or ``None``