Skip to content

Commit

Permalink
docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziaeemehr committed Aug 2, 2024
1 parent def071a commit db373da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netsci/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ def get_adjacency_list(G):
G (networkx.Graph, networkx.DiGraph):
The input graph for which the adjacency list is to be generated.
Returns:
Returns
---------
value: dict
A dictionary where each key is a node in the graph and the corresponding value is a list of neighboring nodes.
"""
Expand Down

0 comments on commit db373da

Please sign in to comment.