diff --git a/FourmiCrawler/sources/WikipediaParser.py b/FourmiCrawler/sources/WikipediaParser.py index 344f836..94dc9d5 100644 --- a/FourmiCrawler/sources/WikipediaParser.py +++ b/FourmiCrawler/sources/WikipediaParser.py @@ -10,7 +10,7 @@ class WikipediaParser(Source): """ Wikipedia scraper for chemical properties This parser parses Wikipedia info boxes (also bordered) to obtain properties and their values. - It also returns requests with other external sources which contain information on parsed subject. + It also returns requests with other external sources which contain information on parsed subject. """ website = "http://en.wikipedia.org/wiki/*"