From da7e331573238f2706409c059840818d9d958d4a Mon Sep 17 00:00:00 2001 From: scaramallion Date: Sun, 16 May 2021 10:59:10 +1000 Subject: [PATCH] Fix typo in handbook entry --- docs/handbook/image-file-formats.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index 782331bfd..bbb56be1b 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -508,9 +508,9 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options: **mct** If ``1`` then enable multiple component transformation when encoding, otherwise use ``0`` for no component transformation (default). If MCT is - enabled and ``irreversible`` is ``True`` then the Reversible Color + enabled and ``irreversible`` is ``True`` then the Irreversible Color Transformation will be applied, otherwise encoding will use the - Irreversible Color Transformation. MCT works best with a ``mode`` of + Reversible Color Transformation. MCT works best with a ``mode`` of ``RGB`` and is only applicable when the image data has 3 components. **progression**