From 7f9be8995f0f8d8b011a7bd92bea82dd3bed6489 Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Tue, 19 Aug 2014 00:08:03 +0530 Subject: [PATCH] Spelling --- skimage/graph/graph_merge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/graph/graph_merge.py b/skimage/graph/graph_merge.py index 0c3d4026..7d13d39b 100644 --- a/skimage/graph/graph_merge.py +++ b/skimage/graph/graph_merge.py @@ -84,7 +84,7 @@ def merge_hierarchical(labels, rag, thresh, in_place=True): Returns ------- out : ndarray - The new labelled array. + The new labeled array. Examples --------