Merge pull request #1015 from maxalbert/master

Fix copy/paste error in `lab2rgb`
This commit is contained in:
Stefan van der Walt
2014-05-17 19:26:17 +02:00
+1 -1
View File
@@ -806,7 +806,7 @@ def lab2rgb(lab):
Parameters
----------
rgb : array_like
lab : array_like
The image in Lab format, in a 3-D array of shape ``(.., .., 3)``.
Returns