Skip to content

Commit

Permalink
Fix typo in docs for dependency_groups
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Oct 15, 2024
1 parent b912cb2 commit 81a83bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ Python run
]
[tool.pyproject.env_run_base]
dependency_groups = [
dependency-groups = [
"test",
]
Expand All @@ -854,7 +854,7 @@ Python run
.. code-block:: toml
[dependency_groups]
[dependency-groups]
test = [
"pytest>=8",
]
Expand Down

0 comments on commit 81a83bd

Please sign in to comment.