Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/PIL/ImageCms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down