Clarify that modes are raw strings, not constants

This commit is contained in:
MauveRanger 2020-09-08 16:11:24 -04:00 committed by GitHub
parent acf1c8559b
commit e16cc9593a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ To get the number and names of bands in an image, use the
Modes
-----
The :term:`mode` of an image defines the type and depth of a pixel in the
The :term:`mode` of an image is a string that defines the type and depth of a pixel in the
image. The current release supports the following standard modes:
* ``1`` (1-bit pixels, black and white, stored with one pixel per byte)