Changed docstring to refer to the correct function

This commit is contained in:
Mat Moore 2014-08-02 12:17:57 +01:00
parent 0404353fb5
commit e5bceac912

View File

@ -392,7 +392,7 @@ def solarize(image, threshold=128):
""" """
Invert all pixel values above a threshold. 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. :param threshold: All pixels above this greyscale level are inverted.
:return: An image. :return: An image.
""" """