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 ----------