mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-11 17:56:18 +03:00
Fix typo
Co-Authored-By: hugovk <hugovk@users.noreply.github.com>
This commit is contained in:
parent
7477036230
commit
e40e0093fb
|
@ -1016,7 +1016,7 @@ static PyObject*
|
|||
cms_profile_getattr_pcs(CmsProfileObject* self, void* closure)
|
||||
{
|
||||
PyErr_WarnEx(PyExc_DeprecationWarning,
|
||||
"cms is deprecated. Use padded connection_space instead.", 1);
|
||||
"pcs is deprecated. Use padded connection_space instead.", 1);
|
||||
return PyUnicode_DecodeFSDefault(findICmode(cmsGetPCS(self->profile)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user