Skip to content

Commit ec4dc68

Browse files
alejandro-riveragaborbernat
authored andcommitted
Fix typo and add some minor improvements to the basepython configuration directive documentation (#1089)
1 parent e62846b commit ec4dc68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ Complete list of settings that you can put into ``testenv*`` sections:
195195

196196
Name or path to a Python interpreter which will be used for creating the virtual environment,
197197
this determines in practice the python for what we'll create a virtual isolated environment.
198-
Use this to specify the python version for a tox environment. If not specified the virtual
199-
environments factors (e.g. name part) wil be used to automatically set one. E.g. ``py37``
198+
Use this to specify the python version for a tox environment. If not specified, the virtual
199+
environments factors (e.g. name part) will be used to automatically set one. For example, ``py37``
200200
means ``python3.7``, ``py3`` means ``python3`` and ``py`` means ``python``.
201201

202202
.. versionchanged:: 3.1

0 commit comments

Comments
 (0)