From 6621b3028c161e2809058f5fdff755c13eddcc4b Mon Sep 17 00:00:00 2001 From: Bas Vb Date: Tue, 10 Jun 2014 22:32:03 +0200 Subject: [PATCH] small typography --- FourmiCrawler/sources/WikipediaParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*"