We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f45e5 commit bb35fd0Copy full SHA for bb35fd0
Tools/wasm/wasi/__main__.py
@@ -382,7 +382,7 @@ def main():
382
subcommands = parser.add_subparsers(dest="subcommand")
383
build = subcommands.add_parser("build", help="Build everything")
384
configure_build = subcommands.add_parser(
385
- "configure-build-python", help="Run `configure` for the " "build Python"
+ "configure-build-python", help="Run `configure` for the build Python"
386
)
387
make_build = subcommands.add_parser(
388
"make-build-python", help="Run `make` for the build Python"
0 commit comments