Skip to content

Commit a9472aa

Browse files
authored
Correct help string for mpdec option.
1 parent d5eff2d commit a9472aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/wasm/emscripten/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def main():
386386
"configure-build-python", help="Run `configure` for the " "build Python"
387387
)
388388
make_mpdec_cmd = subcommands.add_parser(
389-
"make-mpdec", help="Clone libffi repo, configure and build it for emscripten"
389+
"make-mpdec", help="Clone mpdec repo, configure and build it for emscripten"
390390
)
391391
make_libffi_cmd = subcommands.add_parser(
392392
"make-libffi", help="Clone libffi repo, configure and build it for emscripten"

0 commit comments

Comments
 (0)