Skip to content

Commit a3d8f48

Browse files
authored
doc: Corrected name of argument. (#578)
1 parent 55be30b commit a3d8f48

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
@@ -13411,7 +13411,7 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
1341113411
"Generates a tree in which almost all vertices have the same number of children.\n\n"
1341213412
"@param n: the number of vertices in the graph\n"
1341313413
"@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"
13414+
"@param mode: determines whether the tree should be directed, and if\n"
1341513415
" this is the case, also its orientation. Must be one of\n"
1341613416
" C{\"in\"}, C{\"out\"} and C{\"undirected\"}.\n"},
1341713417

0 commit comments

Comments
 (0)