File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ See [PEP 440](https://peps.python.org/pep-0440/#local-version-identifiers) for m
223
223
224
224
## cache
225
225
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.
227
227
228
228
### cache clear
229
229
@@ -302,7 +302,7 @@ Without `--` this command will fail if `${GITLAB_JOB_TOKEN}` starts with a hyphe
302
302
303
303
## env
304
304
305
- The ` env ` command regroups sub commands to interact with the virtualenvs
305
+ The ` env ` command groups subcommands to interact with the virtualenvs
306
306
associated with a specific project.
307
307
308
308
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-
779
779
780
780
## self
781
781
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.
783
783
784
784
{{% note %}}
785
785
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.
989
989
990
990
## source
991
991
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.
993
993
994
994
### source add
995
995
You can’t perform that action at this time.
0 commit comments