From e16cc9593a62fc318b6d00149e98f04ca4ed1764 Mon Sep 17 00:00:00 2001 From: MauveRanger Date: Tue, 8 Sep 2020 16:11:24 -0400 Subject: [PATCH] Clarify that modes are raw strings, not constants --- docs/handbook/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/concepts.rst b/docs/handbook/concepts.rst index 2dc509a13..842d4248e 100644 --- a/docs/handbook/concepts.rst +++ b/docs/handbook/concepts.rst @@ -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)