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 745f251 commit b933f7bCopy full SHA for b933f7b
src/generators.rs
@@ -80,7 +80,7 @@ pub fn cycle_graph(
80
/// :param int num_nodes: The number of nodes to generate the graph with. Node
81
/// weights will be None if this is specified. If both ``num_nodes`` and
82
/// ``weights`` are set, this will be ignored and ``weights`` will be used.
83
-/// :param list[S] weights: A list of node weights. If both ``num_nodes`` and
+/// :param Sequence[Any] weights: A sequence of node weights, typically a list. If both ``num_nodes`` and
84
85
/// :param bool bidirectional: Adds edges in both directions between two nodes
86
/// if set to ``True``. Default value is ``False``
0 commit comments