Skip to content

Commit 7f9a0f6

Browse files
GenieTimszhorvat
andauthored
Update src/_igraph/graphobject.c
Co-authored-by: Szabolcs Horvát <[email protected]>
1 parent b8a922d commit 7f9a0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_igraph/graphobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16624,7 +16624,7 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
1662416624
},
1662516625
{"simple_cycles", (PyCFunction) igraphmodule_Graph_simple_cycles,
1662616626
METH_VARARGS | METH_KEYWORDS,
16627-
"simple_cycles(mode=None, min=0, max=-1, output=\"vpath\")\n--\n\n"
16627+
"simple_cycles(mode=None, min=-1, max=-1, output=\"epath\")\n--\n\n"
1662816628
"Finds simple cycles in a graph\n\n"
1662916629
"@param mode: for directed graphs, specifies how the edge directions\n"
1663016630
" should be taken into account. C{\"all\"} means that the edge directions\n"

0 commit comments

Comments
 (0)