Skip to content

Commit f7b58a8

Browse files
committed
FIX reStructuredText syntax.
1 parent 01dfd06 commit f7b58a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/contributing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,18 +380,18 @@ Development with astral uv package and project manager.
380380
We have experimental support for `astral uv <https://docs.astral.sh/uv/>`__. It provides an improved
381381
developer experience over vanilla virtualenv/venv and pip by managing multiple python versions,
382382
virtual environments and dependencies in a more efficient way. The ``uv run`` command automatically
383-
syncs dependencies and python version before running the command, saving multiple steps when
383+
syncs dependencies and python version before running the command, saving multiple steps when
384384
working on multiple branches with different dependencies.
385385

386386
You can use uv sync to set up your environment and install dependencies and run python::
387387

388-
... code-block:: bash
388+
.. code-block:: bash
389389
uv sync # checks deps, installs virtualenv and dependencies as necessary
390390
uv run ... # runs command in the uv environment, syncs deps and python version first if necessary
391391
392392
To run tox uv use `tox uv <https://github.com/tox-dev/tox-uv>`__::
393393

394-
... code-block:: bash
394+
.. code-block:: bash
395395
uv tool install tox --with tox-uv # use uv to install
396396
tox --version # validate you are using the installed tox
397397
tox r -e py312 # will use uv

0 commit comments

Comments
 (0)