File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ Complete list of settings that you can put into ``testenv*`` sections:
195
195
196
196
Name or path to a Python interpreter which will be used for creating the virtual environment,
197
197
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 ``
200
200
means ``python3.7 ``, ``py3 `` means ``python3 `` and ``py `` means ``python ``.
201
201
202
202
.. versionchanged :: 3.1
You can’t perform that action at this time.
0 commit comments