Skip to content

Commit ed595d5

Browse files
committed
fix docs
1 parent 830bdc3 commit ed595d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyaron/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __str__(self):
2323

2424
@staticmethod
2525
def unweighted_edge(edge):
26-
"""unweighted_edge(e) -> str
26+
"""unweighted_edge(edge) -> str
2727
Return a string to output the edge without weight. The string contains the start vertex, end vertex(u,v) and splits with space.
2828
"""
2929
return '%d %d'%(edge.start,edge.end)

0 commit comments

Comments
 (0)