fblgit commited on
Commit
984e202
1 Parent(s): 2ad076a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -66,8 +66,8 @@ with open(out_file, 'w') as f:
66
  ```
67
 
68
  We have also a new community submission for a more complex dataset of 3 elements:
69
- ```
70
- mport random
71
  import json
72
  import operator
73
 
 
66
  ```
67
 
68
  We have also a new community submission for a more complex dataset of 3 elements:
69
+ ```py
70
+ import random
71
  import json
72
  import operator
73