Merge pull request #7051 from Yay295/patch-1

Add missing word
This commit is contained in:
mergify[bot] 2023-03-31 13:14:52 +00:00 committed by GitHub
commit 20a7ed291f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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::