mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-26 16:03:08 +03:00
modify comment
This commit is contained in:
parent
bca6c4384f
commit
f358038968
|
@ -1771,7 +1771,7 @@ class Image(object):
|
||||||
:param center: Optional center of rotation (a 2-tuple). Origin is
|
:param center: Optional center of rotation (a 2-tuple). Origin is
|
||||||
the upper left corner. Default is the center of the image.
|
the upper left corner. Default is the center of the image.
|
||||||
:param translate: An optional post-rotate translation (a 2-tuple).
|
:param translate: An optional post-rotate translation (a 2-tuple).
|
||||||
:param fillcolor: An optional color for the color outside the rotated image.
|
:param fillcolor: An optional color for area outside the rotated image.
|
||||||
:returns: An :py:class:`~PIL.Image.Image` object.
|
:returns: An :py:class:`~PIL.Image.Image` object.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user