Skip to content

Commit 8fab873

Browse files
Ryan MitchellRyan Mitchell
authored andcommitted
Fixed minor indentation problem
1 parent c49c587 commit 8fab873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter3/2-crawlWikipedia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
pages = set()
66
def getLinks(pageUrl):
7-
global pages
7+
global pages
88
html = urlopen("http://en.wikipedia.org"+pageUrl)
99
bsObj = BeautifulSoup(html)
1010
try:

0 commit comments

Comments
 (0)