Fix typo in no_default_groups documentation and changelog (#11928)

<!--
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

<!-- What's the purpose of the change? What does it do, and why? -->

## Test Plan

<!-- How was it tested? -->
This commit is contained in:
Victorien 2025-03-03 19:44:12 +01:00 committed by GitHub
parent c3d809d276
commit e89485ef05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View file

@ -2729,7 +2729,7 @@ pub struct RunArgs {
#[arg(long)]
pub no_group: Vec<GroupName>,
/// Ignore the the default dependency groups.
/// Ignore the default dependency groups.
///
/// uv includes the groups defined in `tool.uv.default-groups` by default.
/// This disables that option, however, specific groups can still be included with `--group`.
@ -3024,7 +3024,7 @@ pub struct SyncArgs {
#[arg(long)]
pub no_group: Vec<GroupName>,
/// Ignore the the default dependency groups.
/// Ignore the default dependency groups.
///
/// uv includes the groups defined in `tool.uv.default-groups` by default.
/// This disables that option, however, specific groups can still be included with `--group`.
@ -3543,7 +3543,7 @@ pub struct TreeArgs {
#[arg(long)]
pub no_group: Vec<GroupName>,
/// Ignore the the default dependency groups.
/// Ignore the default dependency groups.
///
/// uv includes the groups defined in `tool.uv.default-groups` by default.
/// This disables that option, however, specific groups can still be included with `--group`.
@ -3716,7 +3716,7 @@ pub struct ExportArgs {
#[arg(long)]
pub no_group: Vec<GroupName>,
/// Ignore the the default dependency groups.
/// Ignore the default dependency groups.
///
/// uv includes the groups defined in `tool.uv.default-groups` by default.
/// This disables that option, however, specific groups can still be included with `--group`.