summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillShardlow <86775998+WillShardlow@users.noreply.github.com>2021-09-06 15:28:33 +0100
committerGitHub <noreply@github.com>2021-09-06 09:28:33 -0500
commit59dc28a1297ec330d9bdaa0e018537615bb6750a (patch)
tree2688fc4ee7def533921b5c6ae6d5c0ef9eb0704a
parent3a44d3ec7593358778a2336a5ec2faf5afe49da9 (diff)
downloadnetworkx-59dc28a1297ec330d9bdaa0e018537615bb6750a.tar.gz
Fix typo smallworld.omega (#5066)
-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
-----