Merge pull request #3171 from radarhere/save

Corrected argument name in documentation
This commit is contained in:
Hugo 2018-06-14 09:31:31 +03:00 committed by GitHub
commit 3c032a3809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.