Skip to content

Commit

Permalink
Enable Python syntax highlighting in Pastebin sample code (donnemarti…
Browse files Browse the repository at this point in the history
  • Loading branch information
manaskarekar authored and donnemartin committed Mar 4, 2019
1 parent 38d18fb commit 82d80a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/system_design/pastebin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 82d80a0

Please sign in to comment.