Fix typo in description of ICO

This commit is contained in:
Alex Chan 2016-10-27 06:29:32 +01:00
parent efa94a78e6
commit 6d38015474
No known key found for this signature in database
GPG Key ID: F690AAE767877632

View File

@ -159,7 +159,7 @@ 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 size is bigger then the original
(64, 64), (128, 128), (255, 255)]``. Any sizes bigger then the original
size or 255 will be ignored.
IM