mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-30 10:43:16 +03:00
Fix comment about palette class in quantize method
This commit is contained in:
parent
e6115c87ab
commit
cee122ca88
|
@ -983,7 +983,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