docstring change

This commit is contained in:
Vighnesh Birodkar
2014-07-02 23:28:14 +05:30
parent c1cf8e6347
commit e558854dec
+2 -2
View File
@@ -56,8 +56,8 @@ class RAG(nx.Graph):
Function to decide edge weight of edges incident on the new node.
For each neighbor `n` for `src and `dst`, `weight_func` will be
called as follows: `weight_func(src, dst, n, *extra_arguments,
**extra_keywords)`. `src`, `dst` and `n` are IDs of vertices in a
.. py:class:: RAG object which is in turn a subclass of
**extra_keywords)`. `src`, `dst` and `n` are IDs of vertices in the
RAG object which is in turn a subclass of
`networkx.Graph`.
extra_arguments : sequence, optional
The sequence of extra positional arguments passed to