From 7f9a0f6ee847332c5ea5adc38fcd7bf4d12e1846 Mon Sep 17 00:00:00 2001 From: Tim Bernhard Date: Thu, 14 Nov 2024 11:38:27 +0100 Subject: [PATCH] Update src/_igraph/graphobject.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Szabolcs Horvát --- src/_igraph/graphobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_igraph/graphobject.c b/src/_igraph/graphobject.c index a40ec7c45..00c3e4343 100644 --- a/src/_igraph/graphobject.c +++ b/src/_igraph/graphobject.c @@ -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"