From 6d5c708082e81874829f2a7f368dd93e159bc1ac Mon Sep 17 00:00:00 2001 From: konsti Date: Tue, 19 Nov 2024 13:01:17 +0100 Subject: [PATCH] Typo (#9222) --- crates/uv-cli/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/uv-cli/src/lib.rs b/crates/uv-cli/src/lib.rs index 0bf541547..4485fc9c6 100644 --- a/crates/uv-cli/src/lib.rs +++ b/crates/uv-cli/src/lib.rs @@ -4838,8 +4838,8 @@ pub struct PublishArgs { /// The token for the upload. /// - /// Using a token is equivalent to passing `__token__` as `--username` and the token as `--password`. - /// password. + /// Using a token is equivalent to passing `__token__` as `--username` and the token as + /// `--password` password. #[arg( short, long,