There was an error while loading. Please reload this page.
1 parent 55be30b commit a3d8f48Copy full SHA for a3d8f48
src/_igraph/graphobject.c
@@ -13411,7 +13411,7 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
13411
"Generates a tree in which almost all vertices have the same number of children.\n\n"
13412
"@param n: the number of vertices in the graph\n"
13413
"@param children: the number of children of a vertex in the graph\n"
13414
- "@param type: determines whether the tree should be directed, and if\n"
+ "@param mode: determines whether the tree should be directed, and if\n"
13415
" this is the case, also its orientation. Must be one of\n"
13416
" C{\"in\"}, C{\"out\"} and C{\"undirected\"}.\n"},
13417
0 commit comments