Skip to content

Commit

Permalink
Make small changes in table order
Browse files Browse the repository at this point in the history
  • Loading branch information
florianmahner committed Jul 19, 2023
1 parent 55fec3d commit 04846d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ We can use these directly from the command-line:
python experiment.py --config "example.toml" --table "general"
```

In this case the `root-table` is not defined. In this case the arguments at the top of the file without a table are taken and parsing would return the following dict `{"foo": 20, "bar": "hello"}`. Note that `table` arguments override arguments from the `root-table`.
Here the `root-table` is not defined. In this case the arguments at the top of the file without a table are taken and parsing would return the following dict `{"foo": 20, "bar": "hello"}`. Note that `table` arguments override arguments from the `root-table`.

We can also specify the root-table:

Expand Down

0 comments on commit 04846d0

Please sign in to comment.