Skip to content

Commit 7482855

Browse files
djcopleylwasser
andcommitted
update documentation wording
Co-authored-by: Leah Wasser <[email protected]>
1 parent 730580f commit 7482855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config/environment/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ features = [
105105

106106
### Dependency Groups
107107

108-
You can include [PEP 735](https://peps.python.org/pep-0735/) dependency groups in your environments using the `dependency-groups` option:
108+
You can include [dependency.groups](https://packaging.python.org/en/latest/specifications/dependency-groups/#dependency-groups) defined by PEP 735 in your environments using the `[dependency-groups]` table:
109109

110110
```toml config-example
111111
[dependency-groups]
@@ -120,7 +120,7 @@ dependency-groups = [
120120
]
121121
```
122122

123-
Dependency groups provide a standardized way to organize related dependencies and can be shared across different build systems. See [advanced usage](advanced.md#dependency-groups) for more details on dependency group features like including other groups.
123+
Dependency groups provide a standardized way to organize related development dependencies (such as tools used for tests, linting and type checking). They can be shared across different build systems. See [advanced usage](advanced.md#dependency-groups) for more details on dependency group features like including other groups.
124124

125125
!!! note
126126
Unlike features which affect how the project itself is installed, dependency groups are separate dependencies that are installed alongside the project.

0 commit comments

Comments
 (0)