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 2e76963 commit 1a9eef4Copy full SHA for 1a9eef4
stubs/networkx/networkx/algorithms/components/connected.pyi
@@ -11,4 +11,4 @@ def number_connected_components(G: Graph[_Node]): ...
11
@_dispatchable
12
def is_connected(G: Graph[_Node]): ...
13
14
-def node_connected_component(G: Graph[_Node], n: str): ...
+def node_connected_component(G: Graph[_Node], n: _Node): ...
0 commit comments