Przeglądaj źródła

Enable Python syntax highlighting in Pastebin sample code (#257)

Manas Karekar 6 lat temu
rodzic
commit
82d80a08a0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      solutions/system_design/pastebin/README.md

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