mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Fix typo "dependency-group" in error message and comments (#11211)
<!-- 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 I got a bit confused when testing `[dependency-groups]` because uv's error message had the same typo I did in my `pyproject.toml`. I tried to fix it, as well as a few comment I found along the way.
This commit is contained in:
parent
49b85d2e65
commit
241561979f
6 changed files with 17 additions and 17 deletions
|
@ -1534,7 +1534,7 @@ pub enum SatisfiesResult<'lock> {
|
|||
BTreeSet<Requirement>,
|
||||
BTreeSet<Requirement>,
|
||||
),
|
||||
/// A package in the lockfile contains different `dependency-group` metadata than expected.
|
||||
/// A package in the lockfile contains different `dependency-groups` metadata than expected.
|
||||
MismatchedPackageDependencyGroups(
|
||||
&'lock PackageName,
|
||||
Option<&'lock Version>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue