mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +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
|
||||
the upper left corner. Default is the center of the image.
|
||||
: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.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user