Skip to content

Commit fea60ce

Browse files
authored
Correct formatting for py_version in pyenv.rst (#4378)
Fix formatting for the py_version parameter reference.
1 parent 96aab48 commit fea60ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/tools/system/pyenv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Using a Python package in a recipe
3232

3333
To install a python package or use a tool installed with Python, we have to install it using the ``PyEnv.install()`` method.
3434

35-
When the `py_version`` parameter is defined, Conan will automatically use `UV <https://docs.astral.sh/uv/>` to create and manage a temporary virtual environment
35+
When the ``py_version`` parameter is defined, Conan will automatically use `UV <https://docs.astral.sh/uv/>`_ to create and manage a temporary virtual environment
3636
with that specific Python version.
3737
**UV requires Python 3.8 or higher**, make sure you use a compatible Python version if you want to define the ``py_version``.
3838

0 commit comments

Comments
 (0)