mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 10:26:19 +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
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user