Skip to content

Commit 81a83bd

Browse files
committed
Fix typo in docs for dependency_groups
Signed-off-by: Bernát Gábor <[email protected]>
1 parent b912cb2 commit 81a83bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ Python run
840840
]
841841
842842
[tool.pyproject.env_run_base]
843-
dependency_groups = [
843+
dependency-groups = [
844844
"test",
845845
]
846846
@@ -854,7 +854,7 @@ Python run
854854
855855
.. code-block:: toml
856856
857-
[dependency_groups]
857+
[dependency-groups]
858858
test = [
859859
"pytest>=8",
860860
]

0 commit comments

Comments
 (0)