Skip to content

Commit 576a820

Browse files
authored
docs(config): Fix base_python default reference (#3156)
1 parent 0303efd commit 576a820

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog/3156.doc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix default value for ``base_python`` - by :user:`rpatterson`.

docs/config.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ Python options
530530
~~~~~~~~~~~~~~
531531
.. conf::
532532
:keys: base_python, basepython
533-
:default: {package_root}
533+
:default: <{env_name} python factor> or <python version of tox>
534534

535535
Name or path to a Python interpreter which will be used for creating the virtual environment, first one found wins.
536536
This determines in practice the Python for what we'll create a virtual isolated environment. Use this to specify the

0 commit comments

Comments
 (0)