Sean MacAvaney commited on
Commit
1a742ff
1 Parent(s): 644c9ac
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ task_categories:
10
  ```python
11
  import pyterrier as pt
12
  pt.Artifact.from_url('test')
13
- # PisaIndex('/tmp/tmp6g5m9shw')
14
  ```
15
 
16
  ## Reproducing this Artifact
@@ -25,6 +25,6 @@ python build.py path/to/artifact
25
  ```
26
 
27
  warn(f'text_field not specified; indexing all str fields: {text_field}')
28
-
29
 
30
  ```
 
10
  ```python
11
  import pyterrier as pt
12
  pt.Artifact.from_url('test')
13
+ # PisaIndex(...)
14
  ```
15
 
16
  ## Reproducing this Artifact
 
25
  ```
26
 
27
  warn(f'text_field not specified; indexing all str fields: {text_field}')
28
+
29
 
30
  ```