From 378dbb2f9f059ef555598c533fe87e7382b454c3 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 26 Nov 2016 10:57:51 +1100 Subject: [PATCH] Improved description of method parameter --- PIL/ImageOps.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PIL/ImageOps.py b/PIL/ImageOps.py index 8580ec5fb..182f3c3d2 100644 --- a/PIL/ImageOps.py +++ b/PIL/ImageOps.py @@ -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(