From b606da7f0eb73e2f40af3a162c7c4fc19e6a2723 Mon Sep 17 00:00:00 2001 From: Yay295 Date: Fri, 31 Mar 2023 07:19:33 -0500 Subject: [PATCH] add missing word --- src/PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 259616e2b..4a142a008 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -3043,7 +3043,7 @@ def fromarray(obj, mode=None): In the case of NumPy, be aware that Pillow modes do not always correspond to NumPy dtypes. Pillow modes only offer 1-bit pixels, 8-bit pixels, - 32-signed integer pixels and 32-bit floating point pixels. + 32-bit signed integer pixels, and 32-bit floating point pixels. Pillow images can also be converted to arrays::