mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Changed docstring to refer to the correct function
This commit is contained in:
parent
0404353fb5
commit
e5bceac912
|
@ -392,7 +392,7 @@ def solarize(image, threshold=128):
|
|||
"""
|
||||
Invert all pixel values above a threshold.
|
||||
|
||||
:param image: The image to posterize.
|
||||
:param image: The image to solarize.
|
||||
:param threshold: All pixels above this greyscale level are inverted.
|
||||
:return: An image.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user