summaryrefslogtreecommitdiff
path: root/networkx/algorithms/smallworld.py
diff options
context:
space:
mode:
Diffstat (limited to 'networkx/algorithms/smallworld.py')
-rw-r--r--networkx/algorithms/smallworld.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/algorithms/smallworld.py b/networkx/algorithms/smallworld.py
index 7344166a..5cc95649 100644
--- a/networkx/algorithms/smallworld.py
+++ b/networkx/algorithms/smallworld.py
@@ -336,7 +336,7 @@ def omega(G, niter=100, nrand=10, seed=None):
Returns
-------
omega : float
- The small-work coefficient (omega)
+ The small-world coefficient (omega)
Notes
-----