Typo in `sales_rank` code example
parent
4e70c54a5b
commit
4bf44904db
|
@ -126,7 +126,7 @@ class SalesRanker(MRJob):
|
|||
if self.within_past_week(timestamp):
|
||||
yield (category_id, product_id), quantity
|
||||
|
||||
def reducer(self, key, value):
|
||||
def reducer(self, key, values):
|
||||
"""Sum values for each key.
|
||||
|
||||
(category1, product1), 2
|
||||
|
|
Loading…
Reference in New Issue