summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networkx/algorithms/shortest_paths/generic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/algorithms/shortest_paths/generic.py b/networkx/algorithms/shortest_paths/generic.py
index 3742b383..97452c51 100644
--- a/networkx/algorithms/shortest_paths/generic.py
+++ b/networkx/algorithms/shortest_paths/generic.py
@@ -156,7 +156,7 @@ def shortest_path_length(G, source=None, target=None, weight=None):
source : node, optional
Starting node for path.
If not specified, compute shortest path lengths using all nodes as
- source nodes.i
+ source nodes.
target : node, optional
Ending node for path.