From 82d80a08a0f6bbfe192eb0f4d26899658d869098 Mon Sep 17 00:00:00 2001 From: Manas Karekar Date: Sun, 3 Mar 2019 22:28:43 -0500 Subject: [PATCH] Enable Python syntax highlighting in Pastebin sample code (#257) --- solutions/system_design/pastebin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/system_design/pastebin/README.md b/solutions/system_design/pastebin/README.md index ce7f62a..25c5098 100644 --- a/solutions/system_design/pastebin/README.md +++ b/solutions/system_design/pastebin/README.md @@ -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):