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):