merge_nodes docstring change

This commit is contained in:
Vighnesh Birodkar
2014-06-28 01:35:41 +05:30
parent 1982a3246c
commit e63ae9450a
+1 -1
View File
@@ -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