STY: Minor change to docstring to test travis build

This commit is contained in:
Steven Silvester
2012-12-26 09:11:53 -06:00
parent 6a54c56900
commit 8da3541bff
+1 -1
View File
@@ -108,7 +108,7 @@ def test_adapthist_grayscale():
def test_adapthist_color():
'''Test a color uint16 image
'''Test an RGB color uint16 image
'''
img = skimage.img_as_uint(data.lena())
adapted = exposure.equalize_adapthist(img, clip_limit=0.01)