mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Fix docs to match code
Code was fixed in https://github.com/python-pillow/Pillow/pull/2267 but not the docs.
This commit is contained in:
parent
e0eb92ac0e
commit
2aee124fb5
|
@ -178,8 +178,8 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
|||
**sizes**
|
||||
A list of sizes including in this ico file; these are a 2-tuple,
|
||||
``(width, height)``; Default to ``[(16, 16), (24, 24), (32, 32), (48, 48),
|
||||
(64, 64), (128, 128), (255, 255)]``. Any sizes bigger than the original
|
||||
size or 255 will be ignored.
|
||||
(64, 64), (128, 128), (256, 256)]``. Any sizes bigger than the original
|
||||
size or 256 will be ignored.
|
||||
|
||||
IM
|
||||
^^
|
||||
|
|
Loading…
Reference in New Issue
Block a user