File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -409,13 +409,13 @@ The easiest way to get a debug build of CPython for WASI is to use the
409409``Tools/wasm/wasi.py build `` command (which should be run w/ a recent version of
410410Python you have installed on your machine):
411411
412- .. tab :: CPython 3.14 and newer
412+ .. tab :: Python 3.14+
413413
414414 .. code-block :: shell
415415
416416 python3 Tools/wasm/wasi build --quiet -- --config-cache --with-pydebug
417417
418- .. tab :: CPython 3.13
418+ .. tab :: Python 3.13
419419
420420 .. code-block :: shell
421421
@@ -429,7 +429,7 @@ You can also do each configuration and build step separately; the command above
429429is a convenience wrapper around the following commands:
430430
431431
432- .. tab :: CPython 3.14 and newer
432+ .. tab :: Python 3.14+
433433
434434 .. code-block :: shell
435435
@@ -438,7 +438,7 @@ is a convenience wrapper around the following commands:
438438 $ python Tools/wasm/wasi configure-host --quiet -- --config-cache
439439 $ python Tools/wasm/wasi make-host --quiet
440440
441- .. tab :: CPython 3.13
441+ .. tab :: Python 3.13
442442
443443 .. code-block :: shell
444444
You can’t perform that action at this time.
0 commit comments