Skip to content

Commit

Permalink
Fixed typo in user guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson authored and jugmac00 committed May 2, 2024
1 parent e2f66b1 commit 77564a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ invocation, for example if we'd want to run ``pytest tests -v`` as a one off, in
``tox run -e py310 -- -v``. The ``--`` delimits flags for the tox tool and what should be forwarded to the tool within.

tox, by default, always creates a fresh virtual environment for every run environment. The Python version to use for a
given environment can be controlled via the :ref:`base_python` configuration, however if not set will try to use the
given environment can be controlled via the :ref:`base_python` configuration, however if not set tox will try to use the
environment name to determine something sensible: if the name is in the format of ``pyxy`` then tox will create an environment with CPython
with version ``x.y`` (for example ``py310`` means CPython ``3.10``). If the name does not match this pattern it will
use a virtual environment with the same Python version as the one tox is installed into (this is the case for
Expand Down

0 comments on commit 77564a1

Please sign in to comment.