Преглед на файлове

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

Manas Karekar преди 6 години
родител
ревизия
82d80a08a0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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):