mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 05:34:36 +03:00
Fixed typo
This commit is contained in:
parent
1d18a5cfef
commit
33811e63fb
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user