Skip to content

Commit 77564a1

Browse files
carltongibsonjugmac00
authored andcommitted
Fixed typo in user guide.
1 parent e2f66b1 commit 77564a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ invocation, for example if we'd want to run ``pytest tests -v`` as a one off, in
171171
``tox run -e py310 -- -v``. The ``--`` delimits flags for the tox tool and what should be forwarded to the tool within.
172172

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

0 commit comments

Comments
 (0)