Skip to content

Commit 7926cb5

Browse files
committed
fix: perform mode -> allowed_edge_types parameter name renaming for review() in docs as well
1 parent c185ea6 commit 7926cb5

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
@@ -16288,7 +16288,7 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
1628816288
"rewiring.\n\n"
1628916289
"@param n: the number of rewiring trials. The default is 10 times the number\n"
1629016290
" of edges.\n"
16291-
"@param mode: the rewiring algorithm to use. It can either be C{\"simple\"} or\n"
16291+
"@param allowed_edge_types: the rewiring algorithm to use. It can either be C{\"simple\"} or\n"
1629216292
" C{\"loops\"}; the former does not create or destroy loop edges while the\n"
1629316293
" latter does.\n"},
1629416294

0 commit comments

Comments
 (0)