Fix copy/paste error in docstring.

This commit is contained in:
Maximilian Albert
2014-05-17 18:20:10 +01:00
parent 98c426d583
commit adbc2efbfa
+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