Skip to content

Commit bb35fd0

Browse files
Update Tools/wasm/wasi/__main__.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent e8f45e5 commit bb35fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/wasm/wasi/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def main():
382382
subcommands = parser.add_subparsers(dest="subcommand")
383383
build = subcommands.add_parser("build", help="Build everything")
384384
configure_build = subcommands.add_parser(
385-
"configure-build-python", help="Run `configure` for the " "build Python"
385+
"configure-build-python", help="Run `configure` for the build Python"
386386
)
387387
make_build = subcommands.add_parser(
388388
"make-build-python", help="Run `make` for the build Python"

0 commit comments

Comments
 (0)