mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-24 21:29:49 +00:00
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:
parent
5fe8af114b
commit
e5c10cd45d
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue