Improved description of method parameter

This commit is contained in:
Andrew Murray 2016-11-26 10:57:51 +11:00
parent 06895b6fa4
commit 378dbb2f9f

View File

@ -206,7 +206,8 @@ def deform(image, deformer, resample=Image.BILINEAR):
:param image: The image to deform.
:param deformer: A deformer object. Any object that implements a
**getmesh** method can be used.
:param resample: What resampling filter to use.
:param resample: An optional resampling filter. Same values possible as
in the PIL.Image.transform function.
:return: An image.
"""
return image.transform(