Fix spelling error in documentation.

This commit is contained in:
Marcus Brinkmann 2016-10-07 10:47:57 +02:00
parent 3eff4291ac
commit 2785f969cf

View File

@ -1570,7 +1570,7 @@ class Image(object):
set :py:attr:`PIL.Image.NEAREST`. See :ref:`concept-filters`. set :py:attr:`PIL.Image.NEAREST`. See :ref:`concept-filters`.
: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: Am optional final translation. :param translate: An optional final translation.
:param expand: Optional expansion flag. If true, expands the output :param expand: Optional expansion flag. If true, expands the output
image to make it large enough to hold the entire rotated image. 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 If false or omitted, make the output image the same size as the