mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 21:40:11 -05:00
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:
@@ -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"))]
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user