diff options
Diffstat (limited to 'networkx/algorithms/simple_paths.py')
| -rw-r--r-- | networkx/algorithms/simple_paths.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networkx/algorithms/simple_paths.py b/networkx/algorithms/simple_paths.py index 25173227..b762f820 100644 --- a/networkx/algorithms/simple_paths.py +++ b/networkx/algorithms/simple_paths.py @@ -24,6 +24,8 @@ def is_simple_path(G, nodes): Parameters ---------- + G : graph + A NetworkX graph. nodes : list A list of one or more nodes in the graph `G`. |
