Fix return value description

This commit is contained in:
Johannes Schönberger
2014-08-02 10:14:19 -04:00
parent 23fd7b89af
commit 83a6b64844
+1 -1
View File
@@ -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