Skip to content

Commit 298e76b

Browse files
authored
Use consistent tabs (#1634)
1 parent a3b5d26 commit 298e76b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

getting-started/setup-building.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
410410
Python 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
429429
is 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

0 commit comments

Comments
 (0)