Fix comment about palette class in quantize method

This commit is contained in:
Konstantin Kopachev 2017-08-30 22:47:27 -07:00 committed by GitHub
parent e6115c87ab
commit cee122ca88

View File

@ -983,7 +983,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
"""