trivial formatting fix

This commit is contained in:
Brian S. Stephan 2010-12-08 22:15:26 -06:00
parent 1709df19ec
commit 2690c0208c
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class Karma(Module):
header = 'Top 5 Optimists:'
elif (report == 'negative'):
query = 'SELECT who, neg FROM karma_users ORDER BY neg DESC LIMIT 5'
header = 'Top 5 Pessimists"'
header = 'Top 5 Pessimists:'
if (query != None):
conn = self.get_db()