Skip to content

Commit

Permalink
fix(doc): minor fix to group command wording
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Jan 16, 2025
1 parent 83df0fe commit 2e8e4e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ See [PEP 440](https://peps.python.org/pep-0440/#local-version-identifiers) for m

## cache

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

### cache clear

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

## env

The `env` command regroups sub commands to interact with the virtualenvs
The `env` command groups subcommands to interact with the virtualenvs
associated with a specific project.

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

## self

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

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

## source

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

### source add

Expand Down

0 comments on commit 2e8e4e0

Please sign in to comment.