Skip to content

Commit 3b72897

Browse files
authored
Fix display of option in README.md.
1 parent a7d5230 commit 3b72897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can also set the options in a `pyproject.toml`.
6565

6666
[tool.pytask.ini_options]
6767
n_workers = 1
68-
parallel_backend = loky # or processes or threads
68+
parallel_backend = "loky" # or processes or threads
6969
```
7070

7171
## Warning

0 commit comments

Comments
 (0)