From 83a6b6484481712025862086bc0fc6df5afa1dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sat, 2 Aug 2014 10:14:19 -0400 Subject: [PATCH] Fix return value description --- skimage/filter/thresholding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/filter/thresholding.py b/skimage/filter/thresholding.py index 0e908604..3985e278 100644 --- a/skimage/filter/thresholding.py +++ b/skimage/filter/thresholding.py @@ -220,7 +220,7 @@ def threshold_isodata(image, nbins=256, return_all=False): Returns ------- - threshold : float, int, array + threshold : float or int or array Threshold value(s). References