mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 02:04:36 +03:00
Fixed typo [ci skip]
This commit is contained in:
parent
42d4b23ed7
commit
6380f8da03
|
@ -159,7 +159,7 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
||||||
**sizes**
|
**sizes**
|
||||||
A list of sizes including in this ico file; these are a 2-tuple,
|
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),
|
``(width, height)``; Default to ``[(16, 16), (24, 24), (32, 32), (48, 48),
|
||||||
(64, 64), (128, 128), (255, 255)]``. Any sizes bigger then the original
|
(64, 64), (128, 128), (255, 255)]``. Any sizes bigger than the original
|
||||||
size or 255 will be ignored.
|
size or 255 will be ignored.
|
||||||
|
|
||||||
IM
|
IM
|
||||||
|
|
Loading…
Reference in New Issue
Block a user