Reference Pillow not PIL [ci skip]

Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2019-09-06 06:10:40 +10:00 committed by GitHub
parent dea75d1210
commit 51457311de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ PIL also provides limited support for a few special modes, including:
* ``BGR;24`` (24-bit reversed true colour)
* ``BGR;32`` (32-bit reversed true colour)
However, PIL doesnt support user-defined modes; if you need to handle band
However, Pillow doesnt support user-defined modes; if you need to handle band
combinations that are not listed above, use a sequence of Image objects.
You can read the mode of an image through the :py:attr:`~PIL.Image.Image.mode`