Skip to content

Commit ea570a8

Browse files
authored
Merge pull request #3915 from radarhere/typo
Fixed typos
2 parents d310690 + 78d4b7f commit ea570a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PIL/ImageCms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ def applyTransform(im, transform, inPlace=False):
606606
If inPlace is True and transform.inMode != transform.outMode, a
607607
PyCMSError is raised.
608608
609-
If im.mode, transfer.inMode, or transfer.outMode is not supported by
609+
If im.mode, transform.inMode, or transform.outMode is not supported by
610610
pyCMSdll or the profiles you used for the transform, a PyCMSError is
611611
raised.
612612

0 commit comments

Comments
 (0)