modify comment

This commit is contained in:
storesource 2018-03-27 19:03:35 +05:30 committed by GitHub
parent bca6c4384f
commit f358038968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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