diff --git a/package-structure-code/declare-dependencies.md b/package-structure-code/declare-dependencies.md index 304c635e..47994ea0 100644 --- a/package-structure-code/declare-dependencies.md +++ b/package-structure-code/declare-dependencies.md @@ -204,7 +204,7 @@ groups that you defined above using the syntax: `python -m pip install ".[docs]"` Above you install: -* dependencies needed for your documentation, +* dependencies needed for your documentation (`docs`), * required package dependencies in the `dependency` array and * your package