summaryrefslogtreecommitdiff
path: root/networkx/algorithms/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'networkx/algorithms/core.py')
-rw-r--r--networkx/algorithms/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/algorithms/core.py b/networkx/algorithms/core.py
index ac339554..faf1f0d0 100644
--- a/networkx/algorithms/core.py
+++ b/networkx/algorithms/core.py
@@ -378,7 +378,7 @@ def k_corona(G, k, core_number=None):
return _core_subgraph(G, func, k, core_number)
-@nx.dispatch("k_truss")
+@nx.dispatch
@not_implemented_for("directed")
@not_implemented_for("multigraph")
def k_truss(G, k):