We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c185ea6 commit 7926cb5Copy full SHA for 7926cb5
src/_igraph/graphobject.c
@@ -16288,7 +16288,7 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
16288
"rewiring.\n\n"
16289
"@param n: the number of rewiring trials. The default is 10 times the number\n"
16290
" of edges.\n"
16291
- "@param mode: the rewiring algorithm to use. It can either be C{\"simple\"} or\n"
+ "@param allowed_edge_types: the rewiring algorithm to use. It can either be C{\"simple\"} or\n"
16292
" C{\"loops\"}; the former does not create or destroy loop edges while the\n"
16293
" latter does.\n"},
16294
0 commit comments