From db373da1b38a78f2d4c799fae9543f092bdeb3fa Mon Sep 17 00:00:00 2001 From: Ziaeemehr Date: Fri, 2 Aug 2024 12:55:07 +0200 Subject: [PATCH] docs. --- netsci/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netsci/utils.py b/netsci/utils.py index 45a45c8..42bb5f9 100644 --- a/netsci/utils.py +++ b/netsci/utils.py @@ -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. """