Skip to content

Commit cffa032

Browse files
Update USAGE.md
1 parent 1619b4d commit cffa032

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

wikipedia/USAGE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# <Usage of the wikipedia>
1+
# Usage of the wikipedia
22

33

4-
>>>>> import wikipedia<br/>
5-
>>> print wikipedia.summary("Wikipedia")<br/>
4+
>>>import wikipedia<br/>
5+
>>>print wikipedia.summary("Wikipedia")<br/>
66
output : Wikipedia (/ˌwɪkɨˈpiːdiə/ or /ˌwɪkiˈpiːdiə/ WIK-i-PEE-dee-ə) is a collaboratively edited,<br/>
77
multilingual, free Internet encyclopedia supported by the non-profit Wikimedia Foundation...<br/>
88
9-
>>> wikipedia.search("Barack")<br/>
9+
>>>>wikipedia.search("Barack")<br/>
1010
output : [u'Barak (given name)', u'Barack Obama', u'Barack (brandy)', u'Presidency of Barack Obama',<br/>
1111
u'Family of Barack Obama', u'First inauguration of Barack Obama', u'Barack Obama presidential campaign, <br/>
1212
2008', u'Barack Obama, Sr.', u'Barack Obama citizenship conspiracy theories', u'Presidential transition of Barack Obama']<br/>

0 commit comments

Comments
 (0)