Fix typo in python install --default documentation (#9826)

Signed-off-by: William Woodruff <william@astral.sh>
Co-authored-by: William Woodruff <william@astral.sh>
This commit is contained in:
Zanie Blue
2025-12-29 17:54:50 -06:00
committed by GitHub
parent edafa2c020
commit 8c429c8fb8
2 changed files with 4 additions and 4 deletions

View File

@@ -6227,8 +6227,8 @@ pub struct PythonInstallArgs {
/// also installed.
///
/// Alternative Python variants will still include their tag. For example, installing
/// 3.13+freethreaded with `--default` will include in `python3t` and `pythont`, not `python3`
/// and `python`.
/// 3.13+freethreaded with `--default` will include `python3t` and `pythont` instead of
/// `python3` and `python`.
///
/// If multiple Python versions are requested, uv will exit with an error.
#[arg(long, conflicts_with("no_bin"))]

View File

@@ -575,8 +575,8 @@ fn help_subsubcommand() {
executables are also installed.
Alternative Python variants will still include their tag. For example, installing
3.13+freethreaded with `--default` will include in `python3t` and `pythont`, not `python3`
and `python`.
3.13+freethreaded with `--default` will include `python3t` and `pythont` instead of
`python3` and `python`.
If multiple Python versions are requested, uv will exit with an error.