diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 523d1a943..6cc9ec7ca 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -1880,7 +1880,7 @@ class Image(object): format to use is determined from the filename extension. If a file object was used instead of a filename, this parameter should always be used. - :param options: Extra parameters to the image writer. + :param params: Extra parameters to the image writer. :returns: None :exception KeyError: If the output format could not be determined from the file name. Use the format option to solve this.