summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McBride <3595025+ankona@users.noreply.github.com>2021-06-26 20:59:44 -0400
committerGitHub <noreply@github.com>2021-06-26 20:59:44 -0400
commit311346df0a8090831f2d07cc7bd29cebcbdf8df7 (patch)
tree03feb306f4dc5512d1d21de56d42ba6197a64346
parent3d32a7c8d70fec37c842a983175c974a09d9115c (diff)
downloadnetworkx-311346df0a8090831f2d07cc7bd29cebcbdf8df7.tar.gz
Page number for Katz centrality reference (#4932)
-rw-r--r--networkx/algorithms/centrality/katz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/algorithms/centrality/katz.py b/networkx/algorithms/centrality/katz.py
index c528bafc..a113ab0e 100644
--- a/networkx/algorithms/centrality/katz.py
+++ b/networkx/algorithms/centrality/katz.py
@@ -298,7 +298,7 @@ def katz_centrality_numpy(G, alpha=0.1, beta=1.0, normalized=True, weight=None):
----------
.. [1] Mark E. J. Newman:
Networks: An Introduction.
- Oxford University Press, USA, 2010, p. 720.
+ Oxford University Press, USA, 2010, p. 173.
.. [2] Leo Katz:
A New Status Index Derived from Sociometric Index.
Psychometrika 18(1):39–43, 1953