From 271f0d5faf711ffca6348732488feb72a60514ab Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Tue, 30 Dec 2008 15:04:36 +0000 Subject: [PATCH] Fixed another typo. svn: r11539 --- src/plugins/AgeStats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/AgeStats.py b/src/plugins/AgeStats.py index 3a96df16b..63d1528a0 100644 --- a/src/plugins/AgeStats.py +++ b/src/plugins/AgeStats.py @@ -260,7 +260,7 @@ class AgeStatsGramplet(Gramplet): self.append_text("\n") i += 1 self.append_text("--------" + self.format("", graph_width-4, fill = "-", borders="++") + "\n") - self.append_text(" % ") + " " + self.ticks(graph_width-4, start = 0, stop = int(max_bin/(float(sum(hash.values())))*100)) + "\n\n") + self.append_text(" % " + self.ticks(graph_width-4, start = 0, stop = int(max_bin/(float(sum(hash.values())))*100)) + "\n\n") self.append_text(self.compute_stats(hash)) self.append_text("\n")