Fix typo in uv tool list doc (#16625)

<!--
Thank you for contributing to uv! To help us out with reviewing, please
consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary


Fixed a typo in the docs.

Regenerated the docs, with the fix.


<!-- What's the purpose of the change? What does it do, and why? -->
This commit is contained in:
Haaris Rahman 2025-11-06 20:06:17 -08:00 committed by GitHub
parent 5fe8af114b
commit e5c10cd45d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -4969,7 +4969,7 @@ pub struct ToolListArgs {
#[arg(long)]
pub show_extras: bool,
/// Whether to display the Python version associated with run each tool.
/// Whether to display the Python version associated with each tool.
#[arg(long)]
pub show_python: bool,