mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 02:46:18 +03:00
Fixed typos
This commit is contained in:
parent
32d10505a3
commit
78d4b7f03e
|
@ -606,7 +606,7 @@ def applyTransform(im, transform, inPlace=False):
|
||||||
If inPlace is True and transform.inMode != transform.outMode, a
|
If inPlace is True and transform.inMode != transform.outMode, a
|
||||||
PyCMSError is raised.
|
PyCMSError is raised.
|
||||||
|
|
||||||
If im.mode, transfer.inMode, or transfer.outMode is not supported by
|
If im.mode, transform.inMode, or transform.outMode is not supported by
|
||||||
pyCMSdll or the profiles you used for the transform, a PyCMSError is
|
pyCMSdll or the profiles you used for the transform, a PyCMSError is
|
||||||
raised.
|
raised.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user