Merge pull request #3915 from radarhere/typo

Fixed typos
This commit is contained in:
Hugo 2019-06-25 11:41:58 +03:00 committed by GitHub
commit ea570a8c5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -606,7 +606,7 @@ def applyTransform(im, transform, inPlace=False):
If inPlace is True and transform.inMode != transform.outMode, a
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
raised.