From 8c429c8fb8d525131652d20b75dd17fa1dd4e12d Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 29 Dec 2025 17:54:50 -0600 Subject: [PATCH] Fix typo in `python install --default` documentation (#9826) Signed-off-by: William Woodruff Co-authored-by: William Woodruff --- crates/uv-cli/src/lib.rs | 4 ++-- crates/uv/tests/it/help.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/uv-cli/src/lib.rs b/crates/uv-cli/src/lib.rs index 7bcce8dcd..28398df26 100644 --- a/crates/uv-cli/src/lib.rs +++ b/crates/uv-cli/src/lib.rs @@ -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"))] diff --git a/crates/uv/tests/it/help.rs b/crates/uv/tests/it/help.rs index b21578749..c34ce485a 100644 --- a/crates/uv/tests/it/help.rs +++ b/crates/uv/tests/it/help.rs @@ -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.