mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-11 08:42:35 +03:00
Merge pull request #2703 from kkopachev/patch-1
Fix comment about palette class in quantize method
This commit is contained in:
commit
66a9a916e0
|
@ -992,7 +992,7 @@ class Image(object):
|
||||||
2 = fast octree
|
2 = fast octree
|
||||||
3 = libimagequant
|
3 = libimagequant
|
||||||
:param kmeans: Integer
|
: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
|
:returns: A new image
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user