mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Fix typo in VotesByDay.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user