Merge pull request #2798 from radarhere/typo

Fixed typo
This commit is contained in:
Hugo 2017-10-13 12:21:09 +03:00 committed by GitHub
commit 0c184affd1

View File

@ -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.
"""