From 6f7158046fd00a17ea37a60be0b01b44325280d2 Mon Sep 17 00:00:00 2001 From: spotter Date: Tue, 12 Mar 2013 16:41:02 +0100 Subject: [PATCH] FIX: combine_stains docstring. --- skimage/color/colorconv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/color/colorconv.py b/skimage/color/colorconv.py index 70d6aac7..2b954098 100644 --- a/skimage/color/colorconv.py +++ b/skimage/color/colorconv.py @@ -920,7 +920,7 @@ def separate_stains(rgb, conv_matrix): def combine_stains(stains, conv_matrix): - """Haematoxylin-Eosin-DAB (HED) to RGB color space conversion. + """Stain to RGB color space conversion. Parameters ----------