From 314f852d95909fe5e2c2f2368a2e15b86c04ed7d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 1 Dec 2012 14:10:15 +0100 Subject: Fixed typo name of a function). --- source/pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/pyAggr3g470r.py') diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index 184c2e45..72320dc4 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -173,7 +173,7 @@ class pyAggr3g470r(object): """ More advanced statistics. """ - articles = self.mongo.get_articless() + articles = self.mongo.get_articles() top_words = utils.top_words(articles, n=50, size=int(word_size)) tag_cloud = utils.tag_cloud(top_words) tmpl = lookup.get_template("statistics.html") -- cgit