Skip to content

Commit eb88d58

Browse files
committed
fix(doc): minor fix to group command wording
1 parent 6cac283 commit eb88d58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ See [PEP 440](https://peps.python.org/pep-0440/#local-version-identifiers) for m
223223

224224
## cache
225225

226-
The `cache` command regroups sub commands to interact with Poetry's cache.
226+
The `cache` command groups subcommands to interact with Poetry's cache.
227227

228228
### cache clear
229229

@@ -302,7 +302,7 @@ Without `--` this command will fail if `${GITLAB_JOB_TOKEN}` starts with a hyphe
302302

303303
## env
304304

305-
The `env` command regroups sub commands to interact with the virtualenvs
305+
The `env` command groups subcommands to interact with the virtualenvs
306306
associated with a specific project.
307307

308308
See [Managing environments]({{< relref "managing-environments" >}}) for more information about these commands.
@@ -779,7 +779,7 @@ and this [discussion](https://discuss.python.org/t/fastly-interfering-with-pypi-
779779

780780
## self
781781

782-
The `self` namespace regroups sub commands to manage the Poetry installation itself.
782+
The `self` namespace groups subcommands to manage the Poetry installation itself.
783783

784784
{{% note %}}
785785
Use of these commands will create the required `pyproject.toml` and `poetry.lock` files in your
@@ -989,7 +989,7 @@ When `--only` is specified, `--with` and `--without` options are ignored.
989989

990990
## source
991991

992-
The `source` namespace regroups sub commands to manage repository sources for a Poetry project.
992+
The `source` namespace groups subcommands to manage repository sources for a Poetry project.
993993

994994
### source add
995995

0 commit comments

Comments
 (0)