diff --git a/docs/options.md b/docs/options.md index 7afd1c26..fdd5332b 100644 --- a/docs/options.md +++ b/docs/options.md @@ -1132,7 +1132,7 @@ Platform-specific environment variables are also available:
```toml [tool.cibuildwheel] # Will cause the wheel to be installed with `pip install [test,qt]` - test-extras: ["test", "qt"] + test-extras = ["test", "qt"] ``` In configuration files, you can use an inline array, and the items will be joined with a comma.