Fix typo in VotesByDay.

This commit is contained in:
bsimpson63
2012-07-16 17:59:13 -04:00
parent 7015790e98
commit 02db4d60b1

View File

@@ -133,7 +133,7 @@ class VotesByDay(VotesByThing):
return cls._id_for_day(cassandra_link_vote.date)
@classmethod
def _votes_for_period(ls, start_date, length):
def _votes_for_period(cls, start_date, length):
"""An iterator yielding every vote that occured in the given
period in no particular order