From 33811e63fbb504037c2f72d6dbc891e3d7f802e9 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 13 Oct 2017 19:55:53 +1100 Subject: [PATCH] Fixed typo --- PIL/ImageTransform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/ImageTransform.py b/PIL/ImageTransform.py index dcfcdfae8..4207ffb83 100644 --- a/PIL/ImageTransform.py +++ b/PIL/ImageTransform.py @@ -79,7 +79,7 @@ class QuadTransform(Transform): See :py:meth:`~PIL.Image.Image.transform` - :param xy: An 8-tuple (x0, y0, x1, y1, x2, y2, y3, y3) which contain the + :param xy: An 8-tuple (x0, y0, x1, y1, x2, y2, x3, y3) which contain the upper left, lower left, lower right, and upper right corner of the source quadrilateral. """