1
0
mirror of https://github.com/donnemartin/system-design-primer.git synced 2025-06-18 21:57:44 +02:00

Enable Python syntax highlighting in Pastebin sample code (#257)

This commit is contained in:
Manas Karekar
2019-03-03 22:28:43 -05:00
committed by Donne Martin
parent 38d18fb62b
commit 82d80a08a0

View File

@ -194,7 +194,7 @@ Since realtime analytics are not a requirement, we could simply **MapReduce** th
**Clarify with your interviewer how much code you are expected to write**.
```
```python
class HitCounts(MRJob):
def extract_url(self, line):