Skip to content

Commit 10d9d2e

Browse files
committed
fix: added missing closing bracket that I accidentally removed in the previous commit
1 parent 65b1e4c commit 10d9d2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_igraph/graphobject.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14832,6 +14832,7 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
1483214832
" C{\"random\"} picks a random direction for each edge. C{\"acyclic\"}\n"
1483314833
" picks the edge directions in a way that the resulting graph will be\n"
1483414834
" acyclic if there were no self-loops in the original graph.\n"
14835+
},
1483514836

1483614837
// interface to igraph_to_undirected
1483714838
{"to_undirected", (PyCFunction) igraphmodule_Graph_to_undirected,

0 commit comments

Comments
 (0)