diff options
Diffstat (limited to 'networkx/linalg/bethehessianmatrix.py')
-rw-r--r-- | networkx/linalg/bethehessianmatrix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/linalg/bethehessianmatrix.py b/networkx/linalg/bethehessianmatrix.py index ea999c9b..5b9fe1b0 100644 --- a/networkx/linalg/bethehessianmatrix.py +++ b/networkx/linalg/bethehessianmatrix.py @@ -49,7 +49,7 @@ def bethe_hessian_matrix(G, r=None, nodelist=None): See Also -------- bethe_hessian_spectrum - to_numpy_matrix + to_numpy_array adjacency_matrix laplacian_matrix |