Skip to content

Commit 3240c28

Browse files
manaskarekaraymns
authored andcommitted
Enable Python syntax highlighting in Pastebin sample code (donnemartin#257)
1 parent 831dcaf commit 3240c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/system_design/pastebin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Since realtime analytics are not a requirement, we could simply **MapReduce** th
194194

195195
**Clarify with your interviewer how much code you are expected to write**.
196196

197-
```
197+
```python
198198
class HitCounts(MRJob):
199199

200200
def extract_url(self, line):

0 commit comments

Comments
 (0)