summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt McKee <contactme@kurtmckee.org>2023-01-16 11:05:42 -0600
committerGitHub <noreply@github.com>2023-01-16 09:05:42 -0800
commit14194d63dd81f445aa599f4286a5679d6a380681 (patch)
tree4e1cd70bd8c12f067a5ba39f9f27305c40f813b9
parent0006a12d5d8aaf07e97dc797aa5c512b59202879 (diff)
downloadtox-git-14194d63dd81f445aa599f4286a5679d6a380681.tar.gz
Fix a incorrect config key name (#2868)
-rw-r--r--docs/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.rst b/docs/config.rst
index 41a582aa..8569c555 100644
--- a/docs/config.rst
+++ b/docs/config.rst
@@ -600,7 +600,7 @@ Python run
:version_added: 4.0
:default: <package_env>-<python-flavor-lowercase><python-version-no-dot>
- If :ref:`wheel_build_env` is set to ``wheel`` this will be the tox Python environment in which the wheel will be
+ If :ref:`package` is set to ``wheel`` this will be the tox Python environment in which the wheel will be
built. The value is generated to be unique per Python flavor and version, and prefixed with :ref:`package_env` value.
This is to ensure the target interpreter and the generated wheel will be compatible. If you have a wheel that can be
reused across multiple Python versions set this value to the same across them (to avoid building a new wheel for