Skip to content

Commit

Permalink
Merge ebb84b3 into b1f6d14
Browse files Browse the repository at this point in the history
  • Loading branch information
argriffing committed May 9, 2014
2 parents b1f6d14 + ebb84b3 commit 5d631be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion networkx/algorithms/components/weakly_connected.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ def weakly_connected_component_subgraphs(G, copy=True):
def is_weakly_connected(G):
"""Test directed graph for weak connectivity.
A directed graph is weakly connected if, and only if, the graph
is connected when the direction of the edge between nodes is ignored.
Parameters
----------
G : NetworkX Graph
Expand All @@ -71,7 +74,9 @@ def is_weakly_connected(G):
See Also
--------
strongly_connected_components
is_strongly_connected
is_semiconnected
is_connected
Notes
-----
Expand Down

0 comments on commit 5d631be

Please sign in to comment.