Skip to content

Commit 14194d6

Browse files
authored
Fix a incorrect config key name (#2868)
1 parent 0006a12 commit 14194d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ Python run
600600
:version_added: 4.0
601601
:default: <package_env>-<python-flavor-lowercase><python-version-no-dot>
602602

603-
If :ref:`wheel_build_env` is set to ``wheel`` this will be the tox Python environment in which the wheel will be
603+
If :ref:`package` is set to ``wheel`` this will be the tox Python environment in which the wheel will be
604604
built. The value is generated to be unique per Python flavor and version, and prefixed with :ref:`package_env` value.
605605
This is to ensure the target interpreter and the generated wheel will be compatible. If you have a wheel that can be
606606
reused across multiple Python versions set this value to the same across them (to avoid building a new wheel for

0 commit comments

Comments
 (0)