mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Corrected argument name in documentation
This commit is contained in:
parent
948e30396e
commit
a73dcf42ad
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user