Fixed typos

This commit is contained in:
Andrew Murray 2019-06-25 05:54:14 +10:00
parent 32d10505a3
commit 78d4b7f03e

View File

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