Merge pull request #2703 from kkopachev/patch-1

Fix comment about palette class in quantize method
This commit is contained in:
wiredfool 2017-09-09 10:29:59 +01:00 committed by GitHub
commit 66a9a916e0

View File

@ -992,7 +992,7 @@ class Image(object):
2 = fast octree
3 = libimagequant
:param kmeans: Integer
:param palette: Quantize to the :py:class:`PIL.ImagingPalette` palette.
:param palette: Quantize to the palette of given :py:class:`PIL.Image.Image`.
:returns: A new image
"""