We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830bdc3 commit ed595d5Copy full SHA for ed595d5
cyaron/graph.py
@@ -23,7 +23,7 @@ def __str__(self):
23
24
@staticmethod
25
def unweighted_edge(edge):
26
- """unweighted_edge(e) -> str
+ """unweighted_edge(edge) -> str
27
Return a string to output the edge without weight. The string contains the start vertex, end vertex(u,v) and splits with space.
28
"""
29
return '%d %d'%(edge.start,edge.end)
0 commit comments