From 2785f969cf6b44e991bb4a885d713a0d87596c61 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 7 Oct 2016 10:47:57 +0200 Subject: [PATCH] Fix spelling error in documentation. --- PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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