mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 10:56:18 +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;
|
int stride = 256;
|
||||||
if (len != 768) {
|
if (len != 768) {
|
||||||
PyErr_SetString(
|
PyErr_SetString(
|
||||||
PyExc_ValueError, "Requiring 768 items for for Colormap");
|
PyExc_ValueError, "Requiring 768 items for Colormap");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
UINT16 *av;
|
UINT16 *av;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user