Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed May 15, 2024
1 parent 588ec92 commit 20959e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To run the stack on all repos:
./run_full.sh
```

To run the stack on all repos and also diff the merges outputs:
To run the stack on all repos and also diff the merges' outputs:

```bash
./run_full.sh -d
Expand Down
2 changes: 1 addition & 1 deletion src/python/select_from_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

"""Output a subset of the results, to standard out.
The arguments are a query and a list of columns.
The arguments are a query and an optional list of columns.
The query is executed (to select rows), then columns are output that include:
* idx
* all the columns that appear in the query
Expand Down

0 comments on commit 20959e1

Please sign in to comment.