From 8a1fea9bf0a1c5ad7b3a2ba6874bfde42cbb59e3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 1 Feb 2017 03:17:06 -0500 Subject: [PATCH] Update index.rst --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index a81cba0b..6eea8d44 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,7 +39,7 @@ It automatically creates and manages a virtualenv for your projects, as well as - Automatically finds your project home, recursively, by looking for a ``Pipfile``. - Automatically generates a ``Pipfile``, if one doesn't exist. - Automatically generates a ``Pipfile.lock``, if one doesn't exist. -- Automatically creates a virtualenv in a standard location (``project/.venv``). +- Automatically creates a virtualenv in a standard location. - Automatically adds packages to a Pipfile when they are installed. - Automatically removes packages from a Pipfile when they are un-installed. - Also automatically updates pip.