From e34277e24026d80bc88898a5710183383686962f Mon Sep 17 00:00:00 2001 From: Tencho Tenev Date: Wed, 5 Jan 2022 16:09:08 +0200 Subject: [PATCH] docs: fix typo in description for --git option of install script (#4982) --- docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_index.md b/docs/_index.md index 30b4e13dc04..65ec48964ea 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -107,7 +107,7 @@ curl -sSL https://install.python-poetry.org | python3 - --version 1.2.0 curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.2.0 python3 - ``` -You can also install Poetry for a `git` repository by using the `--git` option: +You can also install Poetry from a `git` repository by using the `--git` option: ```bash curl -sSL https://install.python-poetry.org | python3 - --git https://github.com/python-poetry/poetry.git@master