Skip to content

Commit

Permalink
Update src/_igraph/graphobject.c
Browse files Browse the repository at this point in the history
Co-authored-by: Szabolcs Horvát <[email protected]>
  • Loading branch information
GenieTim and szhorvat authored Nov 14, 2024
1 parent b8a922d commit 7f9a0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_igraph/graphobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -16624,7 +16624,7 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
},
{"simple_cycles", (PyCFunction) igraphmodule_Graph_simple_cycles,
METH_VARARGS | METH_KEYWORDS,
"simple_cycles(mode=None, min=0, max=-1, output=\"vpath\")\n--\n\n"
"simple_cycles(mode=None, min=-1, max=-1, output=\"epath\")\n--\n\n"
"Finds simple cycles in a graph\n\n"
"@param mode: for directed graphs, specifies how the edge directions\n"
" should be taken into account. C{\"all\"} means that the edge directions\n"
Expand Down

0 comments on commit 7f9a0f6

Please sign in to comment.