Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a incorrect config key name #2868

Merged
merged 1 commit into from
Jan 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down