Fix format doc mistake (#15433)

This commit is contained in:
Zanie Blue 2025-08-21 16:12:06 -05:00 committed by GitHub
parent 330b54b173
commit f210db0907
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1015,7 +1015,7 @@ pub enum ProjectCommand {
/// To check if files are formatted without modifying them, use `--check`. To see a diff of
/// formatting changes, use `--diff`.
///
/// By default, Additional arguments can be passed to Ruff after `--`.
/// Additional arguments can be passed to Ruff after `--`.
#[command(
after_help = "Use `uv help format` for more details.",
after_long_help = ""

View File

@ -1850,7 +1850,7 @@ Formats Python code using the Ruff formatter. By default, all Python files in th
To check if files are formatted without modifying them, use `--check`. To see a diff of formatting changes, use `--diff`.
By default, Additional arguments can be passed to Ruff after `--`.
Additional arguments can be passed to Ruff after `--`.
<h3 class="cli-reference">Usage</h3>