From e63ae9450ac7b236e5dcbf859d8fc7f8741bf304 Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Sat, 28 Jun 2014 01:35:41 +0530 Subject: [PATCH] merge_nodes docstring change --- skimage/graph/rag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/graph/rag.py b/skimage/graph/rag.py index c7b5c66d..9150bfc4 100644 --- a/skimage/graph/rag.py +++ b/skimage/graph/rag.py @@ -41,7 +41,7 @@ class RAG(nx.Graph): def merge_nodes(self, src, dst, weight_func=min_weight, extra_arguments=[], extra_keywords={}): - """Merge two nodes. + """Merge node `src` into `dst`. The new combined node is adjacent to all the neighbors of `src` and `dst`. `weight_func` is called to decide the weight of edges