Skip to content

Commit d115656

Browse files
Update PIPELINES.md
1 parent f073754 commit d115656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/PIPELINES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ The `xan range` command produces a CSV looking like this:
3434
| 5 |
3535
| ... |
3636
37-
Then the `xan select --evaluate` part use the following expression to transform the file on the fly:
38-
Matching multiple queries in a press articles corpus, in parallel
37+
Then the `xan select --evaluate` part uses the following expression to transform the file on the fly:
38+
3939
```python
4040
# We append the content of the "n" column to the given url
4141
"https://news.ycombinator.com/?p=" ++ n as url
@@ -267,4 +267,4 @@ Finally we pipe everything into `xan heatmap` using the following flags:
267267
* `--size 2` means we want our heatmap squares to be 2 characters tall
268268
* `--cram` means we want to cram ou x-axis labels on top of the heatmap squares (they are short enough to fit, else they would get truncated)
269269
* `--gradient inferno` means we want a stylish gradient for the colors because we are hipsters
270-
* `--show-numbers` means we want to display numbers within the heatmap squares
270+
* `--show-numbers` means we want to display numbers within the heatmap squares

0 commit comments

Comments
 (0)