mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 18:36:17 +03:00
Removed duplicate word in error message
This commit is contained in:
parent
56dfc4a956
commit
9d489f69ae
|
@ -790,7 +790,7 @@ PyImaging_LibTiffEncoderNew(PyObject *self, PyObject *args) {
|
|||
int stride = 256;
|
||||
if (len != 768) {
|
||||
PyErr_SetString(
|
||||
PyExc_ValueError, "Requiring 768 items for for Colormap");
|
||||
PyExc_ValueError, "Requiring 768 items for Colormap");
|
||||
return NULL;
|
||||
}
|
||||
UINT16 *av;
|
||||
|
|
Loading…
Reference in New Issue
Block a user