Apply suggestions from code review [ci skip]

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

View File

@ -27,7 +27,7 @@ Modes
The ``mode`` of an image defines the type and depth of a pixel in the image.
A 1-bit pixel has a range of 0-1, an 8-bit pixel or a 32-bit floating point
pixel has a range of 0-255, and a 32-bit signed integer has a range of 0-65535.
The current release supports the following standard modes:
These modes are supported:
* ``1`` (1-bit pixels, black and white, stored with one pixel per byte)
* ``L`` (8-bit pixels, black and white)