Skip to content

Commit

Permalink
docs(config): Fix base_python default reference
Browse files Browse the repository at this point in the history
The previous description of `{package_root}` doesn't make much sense because it doesn't have anything to do with Python versions.  I'm guessing it was a copy and paste that wasn't updated.

Change it to a value that tries to be both short and accurate matching the conventions observed in other options.
  • Loading branch information
rpatterson committed Nov 15, 2023
1 parent 2e9e8b2 commit 851886c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog/3156.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix default value for ``base_python`` - by :user:`rpatterson`.
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ Python options
~~~~~~~~~~~~~~
.. conf::
:keys: base_python, basepython
:default: {package_root}
:default: <{env_name} python factor> or <python version of tox>

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

0 comments on commit 851886c

Please sign in to comment.