Skip to content

Commit b1b4efa

Browse files
Update doc/examples_sphinx-gallery/personalized_pagerank.py
Co-authored-by: Szabolcs Horvát <szhorvat@gmail.com>
1 parent 1f94d75 commit b1b4efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples_sphinx-gallery/personalized_pagerank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Personalized PageRank on a grid
66
===============================
77
8-
This example demonstrates how to calculate and visualize personalized PageRank on a grid. We use the :meth:`igraph.GraphBase.personalized_pagerank` method, and demonstrate the effects on a grid graph.
8+
This example demonstrates how to calculate and visualize personalized PageRank on a grid. We use the :meth:`igraph.Graph.personalized_pagerank` method, and demonstrate the effects on a grid graph.
99
"""
1010

1111
import matplotlib.cm as cm

0 commit comments

Comments
 (0)