From 33b8a6130173ffcb2ff013d5dedb9b04ef806c6a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 24 Jan 2017 19:33:57 -0500 Subject: [PATCH] download --- pipenv/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 318d7894..26ab0349 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -138,7 +138,7 @@ def do_install_dependencies(dev=False, only=False, bare=False, allow_global=Fals def do_download_dependencies(dev=False, only=False, bare=False): - """"Executes the install functionality.""" + """"Executes the download functionality.""" # Load the Pipfile. p = pipfile.load(project.pipfile_location)