summaryrefslogtreecommitdiff
path: root/docs/config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/config.rst')
-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