diff --git a/PIL/Image.py b/PIL/Image.py index e2d43690b..94989e6a8 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -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