mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-17 10:44:45 +03:00
Fix spelling error in documentation.
This commit is contained in:
parent
3eff4291ac
commit
2785f969cf
|
@ -1570,7 +1570,7 @@ class Image(object):
|
|||
set :py:attr:`PIL.Image.NEAREST`. See :ref:`concept-filters`.
|
||||
:param center: Optional center of rotation (a 2-tuple). Origin is
|
||||
the upper left corner. Default is the center of the image.
|
||||
:param translate: Am optional final translation.
|
||||
:param translate: An optional final translation.
|
||||
:param expand: Optional expansion flag. If true, expands the output
|
||||
image to make it large enough to hold the entire rotated image.
|
||||
If false or omitted, make the output image the same size as the
|
||||
|
|
Loading…
Reference in New Issue
Block a user