Skip to content

Commit 3bbb74a

Browse files
Merge pull request #239 from Tino22/patch-1
Tabbed a the function description
2 parents 4c55ca1 + 6ecf510 commit 3bbb74a

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)