Merge pull request #836 from MatMoore/master

Changed docstring to refer to the correct function [CI skip]
This commit is contained in:
Hugo 2014-08-02 15:11:31 +03:00
commit 040af0b533

View File

@ -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.
"""