summaryrefslogtreecommitdiff
path: root/networkx/algorithms/smetric.py
diff options
context:
space:
mode:
Diffstat (limited to 'networkx/algorithms/smetric.py')
-rw-r--r--networkx/algorithms/smetric.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/algorithms/smetric.py b/networkx/algorithms/smetric.py
index a97bb8d9..a440aff1 100644
--- a/networkx/algorithms/smetric.py
+++ b/networkx/algorithms/smetric.py
@@ -3,7 +3,7 @@ import networkx as nx
__all__ = ["s_metric"]
-@nx.dispatch("s_metric")
+@nx.dispatch
def s_metric(G, normalized=True):
"""Returns the s-metric of graph.