Merge pull request #5410 from radarhere/not_special

Changed wording to avoid confusion with IMAGING_TYPE_SPECIAL
This commit is contained in:
Hugo van Kemenade 2021-04-17 21:38:33 +03:00 committed by GitHub
commit 8a173cd8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ supports the following standard modes:
* ``I`` (32-bit signed integer pixels)
* ``F`` (32-bit floating point pixels)
Pillow also provides limited support for a few special modes, including:
Pillow also provides limited support for a few additional modes, including:
* ``LA`` (L with alpha)
* ``PA`` (P with alpha)