system-design-primer/solutions/system_design
cclauss 86b2f6f483
FIx a syntax error caused by a missing comma
```
./solutions/system_design/sales_rank/sales_rank_mapreduce.py:12:27: E999 SyntaxError: invalid syntax
    def mapper(self, _ line):
                          ^
```
2018-03-18 14:29:33 +01:00
..
mint Undefined name 'value'... Change to 'values' * 3 2018-03-14 13:06:54 +01:00
pastebin value --> values 2018-03-14 13:08:51 +01:00
query_cache Update master-slave section anchor (#129) 2018-02-07 19:57:00 -05:00
sales_rank FIx a syntax error caused by a missing comma 2018-03-18 14:29:33 +01:00
scaling_aws Update master-slave section anchor (#129) 2018-02-07 19:57:00 -05:00
social_graph Convert all .py files to be valid Python (#98) 2018-03-06 19:37:46 -05:00
template Add OmniGraffle base template 2017-04-02 08:21:37 -04:00
twitter Correct Redis list structure in Twitter solution (#116) 2017-12-01 20:55:56 -05:00
web_crawler Convert all .py files to be valid Python (#98) 2018-03-06 19:37:46 -05:00
__init__.py Treat solution subdirectories as containing Python packages (#99) 2017-08-29 20:13:02 -04:00