Skip to content

Commit bc2b768

Browse files
committed
Merge branch 'master' of https://github.com/csev/py4e
2 parents 00f0b29 + ce7871b commit bc2b768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book3/16-viz.mkd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ For each iteration of the page rank algorithm it prints the average
263263
change in page rank per page. The network initially is quite unbalanced
264264
and so the individual page rank values change wildly between iterations.
265265
But 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
267267
converge.
268268

269269
If you want to visualize the current top pages in terms of page rank,

code3/urllib1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import urllib.request, urllib.parse, urllib.error
1+
import urllib.request
22

33
fhand = urllib.request.urlopen('http://data.pr4e.org/romeo.txt')
44
for line in fhand:

0 commit comments

Comments
 (0)