File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ For each iteration of the page rank algorithm it prints the average
263263change in page rank per page. The network initially is quite unbalanced
264264and so the individual page rank values change wildly between iterations.
265265But in a few short iterations, the page rank converges. You should run
266- * prank .py* long enough that the page rank values
266+ * sprank .py* long enough that the page rank values
267267converge.
268268
269269If you want to visualize the current top pages in terms of page rank,
Original file line number Diff line number Diff line change 1- import urllib .request , urllib . parse , urllib . error
1+ import urllib .request
22
33fhand = urllib .request .urlopen ('http://data.pr4e.org/romeo.txt' )
44for line in fhand :
You can’t perform that action at this time.
0 commit comments