From 19a8734a9f81ac3be1852026675ac23373ebe37c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 14 Aug 2025 15:57:18 +0300 Subject: [PATCH] Use consistent tabs --- getting-started/setup-building.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/getting-started/setup-building.rst b/getting-started/setup-building.rst index 0b9691c2a..fde4498b4 100644 --- a/getting-started/setup-building.rst +++ b/getting-started/setup-building.rst @@ -409,13 +409,13 @@ The easiest way to get a debug build of CPython for WASI is to use the ``Tools/wasm/wasi.py build`` command (which should be run w/ a recent version of Python you have installed on your machine): -.. tab:: CPython 3.14 and newer +.. tab:: Python 3.14+ .. code-block:: shell python3 Tools/wasm/wasi build --quiet -- --config-cache --with-pydebug -.. tab:: CPython 3.13 +.. tab:: Python 3.13 .. code-block:: shell @@ -429,7 +429,7 @@ You can also do each configuration and build step separately; the command above is a convenience wrapper around the following commands: -.. tab:: CPython 3.14 and newer +.. tab:: Python 3.14+ .. code-block:: shell @@ -438,7 +438,7 @@ is a convenience wrapper around the following commands: $ python Tools/wasm/wasi configure-host --quiet -- --config-cache $ python Tools/wasm/wasi make-host --quiet -.. tab:: CPython 3.13 +.. tab:: Python 3.13 .. code-block:: shell