Fix typo in Python docstrings
Fix typo in the get_json_graph function within the networkx_graph file located in the driver folder inside the graph directory. Change-Id: I674b4cd6b8e81aa2f6513fcbb530f2c05c568cce
This commit is contained in:
parent
8d7da8b33f
commit
3f3bc5765b
@ -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
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user