Fixed another typo.

svn: r11539
This commit is contained in:
Peter Landgren 2008-12-30 15:04:36 +00:00
parent 5b10d7200c
commit 271f0d5faf

View File

@ -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")