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
2 changed files with 2 additions and 2 deletions
+1 -1
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>