srehaag commited on
Commit
1cb50e8
1 Parent(s): 2f277a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -70,14 +70,14 @@ English and French versions of the same documents (where available) are put into
70
 
71
  To load all data instances:
72
 
73
- ```
74
  from datasets import load_dataset
75
  dataset = load_dataset("refugee-law-lab/canadian-legal-data", split="train")
76
  ```
77
 
78
  To load only a specific data instance, for example only the SCC data instance):
79
 
80
- ```
81
  from datasets import load_dataset
82
  dataset = load_dataset("refugee-law-lab/canadian-legal-data", split="train", data_dir="scc")
83
  ```
 
70
 
71
  To load all data instances:
72
 
73
+ ```python
74
  from datasets import load_dataset
75
  dataset = load_dataset("refugee-law-lab/canadian-legal-data", split="train")
76
  ```
77
 
78
  To load only a specific data instance, for example only the SCC data instance):
79
 
80
+ ```python
81
  from datasets import load_dataset
82
  dataset = load_dataset("refugee-law-lab/canadian-legal-data", split="train", data_dir="scc")
83
  ```