mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #836 from MatMoore/master
Changed docstring to refer to the correct function [CI skip]
This commit is contained in:
commit
040af0b533
|
@ -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