summaryrefslogtreecommitdiff
path: root/networkx/algorithms/simple_paths.py
diff options
context:
space:
mode:
Diffstat (limited to 'networkx/algorithms/simple_paths.py')
-rw-r--r--networkx/algorithms/simple_paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/algorithms/simple_paths.py b/networkx/algorithms/simple_paths.py
index 0ddacabb..6284f961 100644
--- a/networkx/algorithms/simple_paths.py
+++ b/networkx/algorithms/simple_paths.py
@@ -13,7 +13,7 @@ __all__ = [
]
-@nx.dispatch("is_simple_path")
+@nx.dispatch
def is_simple_path(G, nodes):
"""Returns True if and only if `nodes` form a simple path in `G`.