Skip to content

Commit e8c42f5

Browse files
committed
Fix option formatting
1 parent ef75415 commit e8c42f5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,12 @@ several parameters (the file includes comments with full examples).
202202
are a large number of tags or executables, it is better to only select a few
203203
so that the plots are not too cluttered.
204204
Given as a list of tuples containing the name of an executable + commitid of a revision. An 'L' denotes the last revision. Example:
205+
205206
```python
206207
COMP_EXECUTABLES = [
207208
('myexe', '21df2423ra'),
208-
('myexe', 'L'),]
209+
('myexe', 'L'),
210+
]
209211
```
210212

211213
## Getting help

0 commit comments

Comments
 (0)