From 290026acc66a9409878038834a1baeff2b3efea9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 9 Sep 2017 10:13:25 -0400 Subject: [PATCH] oops Signed-off-by: Kenneth Reitz --- pipenv/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 96abac98..9e5036fd 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -706,7 +706,7 @@ def pip_install(package_name=None, r=None, allow_global=False, ignore_hashes=Fal if c.return_code == 0: break - # Teturn the result of the first one that runs ok, or the last one that didn't work. + # Return the result of the first one that runs ok, or the last one that didn't work. return c