Merge pull request #2183 from radarhere/typo

Fixed typo
This commit is contained in:
Hugo 2016-10-28 12:31:47 +03:00 committed by GitHub
commit bb2f479c62

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 sizes bigger then the original
(64, 64), (128, 128), (255, 255)]``. Any sizes bigger than the original
size or 255 will be ignored.
IM
@ -555,7 +555,7 @@ The :py:meth:`~PIL.Image.Image.save` method can take the following keyword argum
**save_all**
If true, Pillow will save all frames of the image to a multiframe tiff document.
.. versionadded:: 3.4.0
**tiffinfo**