Merge "Fix typo in Python docstrings"

This commit is contained in:
Zuul 2024-04-02 11:26:35 +00:00 committed by Gerrit Code Review
commit 3e870d8260

View File

@ -325,9 +325,9 @@ class NXGraph(Graph):
return nodes, edges_filtered2
def json_output_graph(self, **kwargs):
"""supports both 1.10<=networkx<2.0 and networx>=2.0 by returning the
"""supports both 1.10<=networkx<2.0 and networkx>=2.0 by returning the
same json output regardless networx version
same json output regardless networkx version
:return: graph in json format
"""