Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Schefflera-Arboricola committed Feb 1, 2024
1 parent c778f5f commit 1637d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx_parallel/algorithms/shortest_paths/weighted.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _calculate_shortest_paths_subset(source):

def johnson(G, weight="weight"):
"""The parallel computation is implemented by dividing the
nodes into chunks and computing the shortest paths using Johnson's Algorithm
nodes into chunks and computing the shortest paths using Johnson's Algorithm
for each chunk in parallel.
networkx.johnson : https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.shortest_paths.weighted.johnson.html#johnson
Expand Down

0 comments on commit 1637d57

Please sign in to comment.