Skip to content

Commit 6ecf510

Browse files
Tabbed a the function description
Simply tabbed the description of the randomWiki function as it ran an error on my side.
1 parent 6311956 commit 6ecf510

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WikipediaModule

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ def fullPage(page):
4646
return soup
4747

4848
def randomWiki():
49-
'''
50-
This function gives you a list of n number of random articles
51-
Choose any article.
52-
'''
49+
'''
50+
This function gives you a list of n number of random articles
51+
Choose any article.
52+
'''
5353
number=input("No: of Random Pages : ")
5454
lst=wk.random(number)
5555
for i in enumerate(lst):

0 commit comments

Comments
 (0)