You've already forked system-design-primer
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:
committed by
Donne Martin
parent
38d18fb62b
commit
82d80a08a0
@ -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):
|
||||
|
Reference in New Issue
Block a user