fix element id

This commit is contained in:
Joe Rickerby
2019-11-10 12:08:14 +00:00
parent a41ce8e4a0
commit 7ac8798d26
+1 -1
View File
@@ -182,7 +182,7 @@ Platform-specific variants also available:
## Other
### `CIBW_BUILD_VERBOSITY` {: #test-extras}
### `CIBW_BUILD_VERBOSITY` {: #build-verbosity}
> Increase/decrease the output of pip wheel
An number from 1 to 3 to increase the level of verbosity (corresponding to invoking pip with `-v`, `-vv`, and `-vvv`), between -1 and -3 (`-q`, `-qq`, and `-qqq`), or just 0 (default verbosity). These flags are useful while debugging a build when the output of the actual build invoked by `pip wheel` is required.