From 4f644d8bddd32ba165251ee3b63264b1cdf57142 Mon Sep 17 00:00:00 2001 From: Krzysztof Mierzejewski Date: Fri, 12 Apr 2024 12:50:32 +0200 Subject: [PATCH] Update index.md Correct a typo. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index b257b0f15e..c11edaa358 100644 --- a/docs/index.md +++ b/docs/index.md @@ -32,7 +32,7 @@ More detailed installation instructions can be found in the [installing Pipenv]( - Enables truly *deterministic builds*, while easily specifying *only what you want*. - Generates and checks file hashes for locked dependencies when installing from `Pipfile.lock`. -- Automatically install required Python version when `pyenv` is available. +- Automatically installs required Python version when `pyenv` is available. - Automatically finds your project home, recursively, by looking for a `Pipfile`. - Automatically generates a `Pipfile`, if one doesn't exist. - Automatically creates a virtualenv in a standard customizable location.